Arnaud Apelbaum / Mbed OS Led_circle

Dependencies:   lcd neoPixelRing12 view2 BSP_DISCO_F746NG view1 button

Revision:
8:aa1e315bf408
Parent:
7:1887c4e4b5de
diff -r 1887c4e4b5de -r aa1e315bf408 NeoPixelRing12/NeoPixelRing12.h
--- a/NeoPixelRing12/NeoPixelRing12.h	Thu Jun 04 23:35:29 2020 +0000
+++ b/NeoPixelRing12/NeoPixelRing12.h	Sun Jun 14 19:14:21 2020 +0000
@@ -14,7 +14,7 @@
         bool rst();
         bool rgbToDataStructure(char* rgbCode);
         bool bit(bool value);
-        bool setLights(int nbOfLeds, char* rgbCode); 
+        bool setLights(int nbOfLeds, char* rgbCode);         
   
     private:
         DigitalOut digitalOutPin;