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