Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DeviceType.h
Go to the documentation of this file.
1 #ifndef DEVICE_TYPE_H
2 #define DEVICE_TYPE_H
3 
7 typedef enum _deviceType
8 {
9  BATTERY = 0,
10  OXIMETRY = 1,
11  SPEED = 2,
12  DIRECTION = 3,
13  BREAK = 4
14 } deviceType;
15 
16 #endif
_deviceType
Definition: DeviceType.h:7
enum _deviceType deviceType