added level enum
This commit is contained in:
parent
7a3190e5b6
commit
feee39a6c7
@ -7,6 +7,12 @@
|
||||
using gpioId_t = uint16_t;
|
||||
|
||||
namespace gpio {
|
||||
|
||||
enum Levels {
|
||||
LOW = 0,
|
||||
HIGH = 1
|
||||
};
|
||||
|
||||
enum Direction {
|
||||
IN = 0,
|
||||
OUT = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user