Files @ 2dcb56fc814b
Branch filter:

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

Ethan Zonca
GPS parse succeed, doesn't coexist with wspr right now, probably malloc taking up all of the heap...
#ifndef __i2c_H
#define __i2c_H

#include "stm32f0xx_hal.h"

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

#endif