Temp Fork
Dependencies: MMA8451Q Multi_WS2811 NVIC_set_all_priorities TSI cc3000_hostdriver_mbedsocket mbed
Fork of CubicHand by
Diff: GloveWifi.h
- Revision:
- 19:e751d075e2e6
- Parent:
- 15:b48ac00af0b8
diff -r 6737bf53ccd1 -r e751d075e2e6 GloveWifi.h --- a/GloveWifi.h Mon Dec 08 18:56:42 2014 +0000 +++ b/GloveWifi.h Mon Dec 08 23:54:33 2014 +0000 @@ -15,11 +15,12 @@ void Connect(); void Disconnect(); void Reconnect(); - uint8_t GetDataFromBuffer(uint8_t * buf, uint16_t size); + int GetDataFromBuffer(char * buf, int size); uint8_t SendDataToGlove(uint8_t * buf, uint16_t size); private: TCPSocketConnection * socket; cc3000 * wifi; + uint32_t DropCount; }; \ No newline at end of file