Files @ 38f0f2457409
Branch filter:

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

Ethan Zonca
Fix issue where code would constantly enter gpsacq state because of last wspr timeout expiring
#ifndef __i2c_H
#define __i2c_H

#include "stm32f0xx_hal.h"

void i2c_init(void);
I2C_HandleTypeDef* i2c_get(void);

#endif