Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Speed.h
Go to the documentation of this file.
1 #ifndef SPEED_H
2 #define SPEED_H
3 
4 #include <Passive.h>
5 
6 class Speed : public Passive
7 {
8 public:
9  int getData(unsigned char &data);
10 };
11 
12 #endif
int getData(unsigned char &data)
Definition: Speed.cpp:3
Definition: Speed.h:6