mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Configurable ADC
This commit is contained in:
parent
bad2b7a949
commit
7a57468c8c
13 changed files with 231 additions and 154 deletions
|
@ -90,6 +90,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue