Files @ aa624684a65e
Branch filter:

Location: FeatherHAB/wsprhab/inc/adc.h

Ethan Zonca
Update CMSIS and HAL library, fixes USART issues! Now the uart actually receives data from the GPS.
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif