Files @ e3feb70c71e6
Branch filter:

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

Ethan Zonca
Commented out GPS code that wasn't compiling, added power saving options to si5351 code. Tx is now 66mA, no GPS.
#ifndef __adc_H
#define __adc_H

#include "stm32f0xx_hal.h"

extern ADC_HandleTypeDef hadc;

void adc_init(void); 

#endif