Files @ 2dcb56fc814b
Branch filter:

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

Ethan Zonca
GPS parse succeed, doesn't coexist with wspr right now, probably malloc taking up all of the heap...
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif