1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Generic pin output driver

This commit is contained in:
jflyper 2018-02-02 18:39:56 +09:00
parent 1a6964b6b7
commit 8f76a11081
12 changed files with 215 additions and 2 deletions

View file

@ -70,6 +70,7 @@ typedef enum {
OWNER_TIMUP,
OWNER_RANGEFINDER,
OWNER_RX_SPI,
OWNER_PINIO,
OWNER_TOTAL_COUNT
} resourceOwner_e;