Files @ f126c64d1202
Branch filter:

Location: FeatherHAB/wsprhab/inc/adc.h

Ethan Zonca
Actually fill in the correct grid locator!
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif