teste de publish

Dependencies:   DS1820 HighSpeedAnalogIn devices mbed

Revision:
24:302707175ef3
Parent:
6:d4ebbaaba295
--- a/IRPack.h	Wed Feb 07 17:22:24 2018 +0000
+++ b/IRPack.h	Wed Feb 07 23:05:36 2018 +0000
@@ -6,12 +6,12 @@
 #include "main.h"
 #include <math.h>
 #include "CircularBuffer.h"
-#define maxBitsMsg 256
+#define maxBitsMsg 128
 extern PwmOut IrOut;
 extern DigitalIn IrIn;
 extern Timer IrTmr;
 extern Timer IrDetect;
-extern uint16_t bits[maxBitsMsg*2][2];
+extern uint16_t bits[maxBitsMsg*4][2];
 extern CircularBuffer bufIROut;