1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Add HMC5883L SPI driver

This commit is contained in:
Maxim Strinzha 2017-02-20 11:34:50 +03:00
parent 3fc9c70bd5
commit 6c08781401
5 changed files with 147 additions and 1 deletions

View file

@ -61,6 +61,7 @@ typedef enum {
OWNER_LED_STRIP,
OWNER_TRANSPONDER,
OWNER_VTX,
OWNER_COMPASS_CS,
OWNER_TOTAL_COUNT
} resourceOwner_e;