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

Merge pull request #3898 from jflyper/bfdev-configurable-adc

Configurable ADC
This commit is contained in:
Michael Keller 2017-11-07 22:39:18 +13:00 committed by GitHub
commit 037313f995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 231 additions and 154 deletions

View file

@ -92,6 +92,11 @@ typedef struct
void *test;
} I2C_TypeDef;
typedef struct
{
void* test;
} ADC_TypeDef;
#define WS2811_DMA_TC_FLAG (void *)1
#define WS2811_DMA_HANDLER_IDENTIFER 0
#define NVIC_PriorityGroup_2 0x500