Programa de MIP

Dependencies:   bloques ball mbed WS2812 PixelArray tsi_sensor TSI bloque MMA8451Q

Revision:
21:88d30cb63bc1
Parent:
20:6f5f486bd5c3
Child:
22:5743b7c91da4
--- a/main.cpp	Thu May 27 18:39:12 2021 +0000
+++ b/main.cpp	Thu May 27 18:45:43 2021 +0000
@@ -68,6 +68,7 @@
     
     wsLEDS.useII(WS2812::PER_PIXEL); // use per-pixel intensity scaling
     
+    cyclePrintModeInfo();
     refresh_InfoMode.attach(&cyclePrintModeInfo,4.0);
     
     while(settedMode==false){
@@ -588,7 +589,7 @@
     //Parte interna placa
     for(int f=7; f<9; f++){
         for(int c=12; c<15; c++){
-            print_pixel(118,118,109, f,c, -1, -1);
+            print_pixel(30,30,30, f,c, -1, -1);
         }    
     }