mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Separated ADC parameter group code into separate files
This commit is contained in:
parent
a0f6d10b72
commit
725f0dfa26
18 changed files with 131 additions and 50 deletions
|
@ -33,6 +33,9 @@
|
|||
#include "rcc.h"
|
||||
#include "dma.h"
|
||||
|
||||
#include "pg/adc.h"
|
||||
|
||||
|
||||
const adcDevice_t adcHardware[] = {
|
||||
{ .ADCx = ADC1, .rccADC = RCC_APB2(ADC1), .DMAy_Channelx = DMA1_Channel1 }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue