add: invert gpios
This commit is contained in:
parent
27df642ee6
commit
82f43080ac
5 changed files with 27 additions and 2 deletions
include
|
@ -9,6 +9,7 @@
|
|||
typedef struct
|
||||
{
|
||||
uint8_t pin;
|
||||
int inverted;
|
||||
relay_driver_t driver;
|
||||
} config_relay_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue