Files @ 0b86288f0749
Branch filter:

Location: FeatherHAB/wsprhab/inc/adc.h

Ethan Zonca
Fix deinitting things that aren't initted
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif