Legacy branch migration
This commit is contained in:
11
firmware/devices/common/level.h
Normal file
11
firmware/devices/common/level.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef LEVEL_T_H_
|
||||
#define LEVEL_T_H_
|
||||
|
||||
/**** Public definitions ****/
|
||||
typedef enum {
|
||||
HIZ = -1,
|
||||
LOW = 0,
|
||||
HIGH = 1
|
||||
} level_t;
|
||||
|
||||
#endif /* LEVEL_T_H_ */
|
||||
Reference in New Issue
Block a user