Arnaud Apelbaum / Mbed OS Led_circle

Dependencies:   lcd neoPixelRing12 view2 BSP_DISCO_F746NG view1 button

Revision:
13:0708365334c4
Parent:
12:0217d269545e
Child:
14:7b74ad030896
--- a/NeoPixelRing12/NeoPixelRing12.h	Wed Jun 17 14:05:49 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-#ifndef NEO_PIXEL_RING_12
-#define NEO_PIXEL_RING_12
- 
-#include "mbed.h"
-#include "string.h" 
-
-
-#define RST_TIME_IN_US 70
-
-class NeoPixelRing12
-{
-    public:
-        NeoPixelRing12(DigitalOut _digitalOutPin);
-        bool rst();
-        bool rgbToDataStructure(char* rgbCode);
-        bool bit(bool value);
-        bool setLights(int nbOfLeds, char* rgbCode);         
-  
-    private:
-        DigitalOut digitalOutPin;
-        bool rgbDataStructure[24];
-};
-
-#endif
\ No newline at end of file