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