1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +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

@ -69,5 +69,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"CAMERA_CONTROL",
"TIMUP",
"RANGEFINDER",
"RX_SPI"
"RX_SPI",
"PINIO",
};