Files @ fb8415e8edb9
Branch filter:

Location: FeatherHAB/wsprhab/inc/adc.h

Ethan Zonca
Add sleep to most functional modes; decrease clock speed to 2MHz from 8Mhz to save power
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif