1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45: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,5 +61,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"LED_STRIP",
"TRANSPONDER",
"VTX",
"COMPASS_CS"
};