mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
AlienFligth F3 V2 support
Updated SPI driver (SPI3 on F3 targets) AK8963 Mag support (part of MPU9250) MPU9250 SPI support via MPU6500 driver Updated LED driver for alternative LED sets Enable gyro intterupt for AlienFlight F3 targets Update AlienWii/AlienFlight documentation Rename AlienWii to AlienFlight
This commit is contained in:
parent
b1476c05f8
commit
7634e4c635
36 changed files with 771 additions and 247 deletions
|
@ -201,7 +201,7 @@ const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {
|
|||
|
||||
#endif
|
||||
|
||||
#if defined(SPARKY) || defined(ALIENWIIF3)
|
||||
#if defined(SPARKY) || defined(ALIENFLIGHTF3)
|
||||
const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {
|
||||
//
|
||||
// 6 x 3 pin headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue