Dmitry Kovalev / Mbed 2 deprecated LG2

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
68:46937d192c39
Parent:
67:84fee3a2bc0c
Child:
69:70849751d98e
--- a/DeviceProtocol.h	Sat Feb 20 08:24:33 2016 +0000
+++ b/DeviceProtocol.h	Sat Feb 20 13:13:09 2016 +0000
@@ -35,6 +35,8 @@
 } DeviceMessageCheck;
 */
 
+#define  BROADCAST_FRAME 100       //100 mks
+
 #define  DELTA_PS        0xa0      //B_DeltaPS command code: output of accumulated pulses and ACS parameters as 22 indexed packets sequence
 #define  DELTA_BINS      0xb0      //B_DeltaBINS command code: output of accumulated pulses and data validity attribute in one packet
 #define  DELTA_SF        0xb2      //B_DeltaSF command code: scale factor measurement data output in one packet
@@ -134,6 +136,7 @@
 
 int PullRequest(IOCyclicBuffer *b);
 
-void SetDeviceMode(int8_t param);
+void SetDeviceMode(uint8_t param);
+void InitDeltaBINS(uint8_t param);
 
 #endif  /* __DEVICEPROTOCOL_H__ */
\ No newline at end of file