add: invert gpios

This commit is contained in:
Tobias Reisinger 2020-04-18 02:09:50 +02:00
parent 27df642ee6
commit 82f43080ac
5 changed files with 27 additions and 2 deletions
include

View file

@ -9,6 +9,7 @@
typedef struct
{
uint8_t pin;
int inverted;
relay_driver_t driver;
} config_relay_t;