Files @ f2c57ce0cd7b
Branch filter:

Location: windsonde/Include/system/adc.h

ethanzonca
Refactor old pressure code and make optional. Fix high power output due to multiple Si446x power definitions
#ifndef SYSTEM_ADC_H_
#define SYSTEM_ADC_H_

void adc_init(void);
DMA_HandleTypeDef* adc__hdma_gethandle(void);
uint8_t adc_get_vbatt(void);



#endif /* SYSTEM_ADC_H_ */

// vim:softtabstop=4 shiftwidth=4 expandtab