Files @ c1b1dfc6c2f4
Branch filter:

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

Ethan Zonca
Modularize code a bit and switch to new GPS setup. Untested on hardware.
#ifndef __i2c_H
#define __i2c_H

#include "stm32f0xx_hal.h"

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

#endif