MCU
Loading...
Searching...
No Matches
IMDInterface.h
Go to the documentation of this file.
1#ifndef IMDINTERFACE
2#define IMDINTERFACE
3
4
6{
7 public:
9 bool high;
10 bool ok_high() {return high;};
11 private:
12};
13
14
15#endif /* IMDINTERFACE */
bool ok_high()
Definition: IMDInterface.h:10