Files @ 23ecc15c694d
Branch filter:

Location: FeatherHAB/wsprhab/inc/i2c.h

Ethan Zonca
Tons of changes, got my first wspr transmission through! Manually powered up at even minute + 1 second
#ifndef __i2c_H
#define __i2c_H

#include "stm32f0xx_hal.h"

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

#endif /*__ i2c_H */