my version of the RGBLed library. NOTHING changed, just wanted to put into my account.
Fork of RGBLed by
Revision 1:d492c575de97, committed 2014-09-02
- Comitter:
- rominos2
- Date:
- Tue Sep 02 21:34:05 2014 +0000
- Parent:
- 0:0969a9e32945
- Child:
- 2:3c0889914cb2
- Commit message:
- API Documentation Update
Changed in this revision
| rgb.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/rgb.h Tue Sep 02 13:05:51 2014 +0000
+++ b/rgb.h Tue Sep 02 21:34:05 2014 +0000
@@ -1,9 +1,8 @@
#include "mbed.h"
-/** A light RGB LED Class
- Warning : This library is for non-PWN LED
-
- Here is an quick hello-world class that makes the LED blink with all colors.
+/** A light RGB LED Class \n
+ Warning : This library is for non-PWN LED \n
+ Here is an quick hello-world class that makes the LED blink with all colors. \n
@code
#include "mbed.h"
#include "rgb.h"
@@ -29,7 +28,7 @@
DigitalOut _blue;
public:
- /* RGB Color class
+ /** RGB Color class \n
Colors have been defined and are ready to use in RGB class
*/
class Color {
