Interfaçage NeoPixel Ring 12, LPRO MECSE, Arnaud A.

Revision:
2:327eb27271b0
Parent:
1:76fb4b762ab1
Child:
3:f486b56187e2
--- a/neoPixelRing12.h	Mon Jun 22 20:58:34 2020 +0000
+++ b/neoPixelRing12.h	Mon Jun 22 21:54:01 2020 +0000
@@ -17,8 +17,9 @@
         bool setLights(int nbOfLeds, char* rgbCode); 
         bool setLights(char RGBmap[12][7]);  
         bool initLights();
-        bool circleUpAnimations(); 
-        bool setLightsNoReset(int nbOfLeds, char* rgbCode);      
+        bool setLightsNoReset(int nbOfLeds, char* rgbCode);   
+        bool circleUpAnimations();   
+        bool ironManRepulsorBlastAnimations(); 
   
     private:
         DigitalOut digitalOutPin;