Files @ bb703e19f242
Branch filter:

Location: FeatherHAB/wsprhab/inc/adc.h

Ethan Zonca
Add link-time optimization; enable RTC and actually use power-saving mode on idle
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif