Files @ 4ffdc5eab0ff
Branch filter:

Location: FeatherHAB/wsprhab/inc/adc.h

Ethan Zonca
Add power saving measures
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif