Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Speed.cpp
Go to the documentation of this file.
1 #include <Speed.h>
2 
3 int Speed::getData(unsigned char &data)
4 {
5  data = Device::buffer[SPEED];
6  return 0;
7 }
int getData(unsigned char &data)
Definition: Speed.cpp:3
static unsigned char buffer[BUFFER_SIZE]
Definition: Device.h:29