Files @ 2a60a19d0303
Branch filter:

Location: FeatherHAB/wsprhab/inc/adc.h

Ethan Zonca
Fix encoding, add some dummy values, code compiles and might work now
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif