Basic ledControl library that control the leds on LPC1768

Dependents:   gimbalController_brushless_IMU i2c_MPU6050 i2c_HMC5883L IMU_fusion ... more

Revision:
2:1655ee0ec2ca
Parent:
1:7ffaf6e46589
--- 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