Files @ 4202475a7575
Branch filter:

Location: FeatherHAB/wsprhab/inc/adc.h - annotation

Ethan Zonca
Refactor and remove garbage
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif