Files @ e3feb70c71e6
Branch filter:

Location: FeatherHAB/wsprhab/inc/i2c.h

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

#include "stm32f0xx_hal.h"

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

#endif