Basic ledControl library that control the leds on LPC1768

Dependents:   gimbalController_brushless_IMU i2c_MPU6050 i2c_HMC5883L IMU_fusion ... more

Files at this revision

API Documentation at this revision

Comitter:
BaserK
Date:
Tue Jul 21 08:19:15 2015 +0000
Parent:
1:7ffaf6e46589
Commit message:
comment update;

Changed in this revision

ledControl.h Show annotated file Show diff for this revision Revisions of this file
diff -r 7ffaf6e46589 -r 1655ee0ec2ca ledControl.h
--- a/ledControl.h	Tue Jul 21 08:16:26 2015 +0000
+++ b/ledControl.h	Tue Jul 21 08:19:15 2015 +0000
@@ -20,6 +20,7 @@
 *   THE SOFTWARE.
 *
 */
+
 #ifndef LEDCONTROL_H  // "if not defined": to ensure that header code is only ever included once by the linker.
 #define LEDCONTROL_H