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