Files @ 2fa25ca2db21
Branch filter:

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

Ethan Zonca
Don't zero out everything in position, because we need some of that data; fix timer clocking
#ifndef __i2c_H
#define __i2c_H

#include "stm32f0xx_hal.h"

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

#endif