Files @ dd3b59fcb7a7
Branch filter:

Location: FeatherHAB/wsprhab/inc/i2c.h

Ethan Zonca
Added code to handle GPS fix acquisition. Hot reaq time is around 3-4s. WSPR currently disabled.
#ifndef __i2c_H
#define __i2c_H

#include "stm32f0xx_hal.h"

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

#endif