Practical Robotics Modular Robot Library

Dependents:   ModularRobot

Revision:
1:a6728adaf7e7
Parent:
0:8a2dd255c508
Child:
3:8762f6b2ea8d
--- a/led.h	Sat Nov 26 17:28:53 2016 +0000
+++ b/led.h	Sat Nov 26 21:43:52 2016 +0000
@@ -1,6 +1,9 @@
 #ifndef LED_H
 #define LED_H
 
+/**
+ *  The Led class contains the functions to control the robots LEDs
+ */
 class Led
 {
 public: