25326

Dependencies:   QEI WS2812 PixelArray DFPlayerMini MODSERIAL PCA9685_ pca9685

Revision:
8:8f09c13d5138
Parent:
7:af18e8cfe499
Child:
9:4bc77e4c090e
--- a/main.cpp	Sat Aug 03 12:31:17 2019 +0000
+++ b/main.cpp	Sat Aug 03 14:47:46 2019 +0000
@@ -18,7 +18,7 @@
 #define SERVOSTART 544
 #define SERVOEND 2400
 #define MESSAGE_BUFFER_SIZE 32
-#define DELTA 8
+#define DELTA 6
 Semaphore messageReceived(0);
 
 DigitalOut led1(LED1);