123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
198:78dd6d14d108
Parent:
197:7a05523bf588
--- a/DeviceUserRequest.h	Wed Oct 19 10:55:05 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#ifndef __DEVICE_USER_REQUEST_H__
-#define __DEVICE_USER_REQUEST_H__
-
-#define InputBufferSize 1024
-typedef struct _DeviceInputBuffer {
-    uint8_t data[InputBufferSize];
-    uint16_t start; //read start position
-    uint16_t end;   //write start position
-    uint8_t empty;  //empty flag
-} DeviceInputBuffer;
-
-//Requests queue state
-typedef struct _DeviceUserRequest {
-  //uint32_t rate; //response baud rate
-  DeviceInputBuffer buffer;
-} DeviceUserRequest;
-
-void InitUserRequestDefaultSettings(void);
-void InitUserRequestState(void);
-void DeviceStartUserRequest(void);
-
-#endif  /* __DEVICE_USER_REQUEST_H__ */
\ No newline at end of file