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:
commit
037313f995
13 changed files with 231 additions and 154 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue