Files @ dd3b59fcb7a7
Branch filter:

Location: FeatherHAB/wsprhab/inc/adc.h

Ethan Zonca
Added code to handle GPS fix acquisition. Hot reaq time is around 3-4s. WSPR currently disabled.
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif