Files @ fb8415e8edb9
Branch filter:

Location: FeatherHAB/wsprhab/inc/i2c.h

Ethan Zonca
Add sleep to most functional modes; decrease clock speed to 2MHz from 8Mhz to save power
#ifndef __i2c_H
#define __i2c_H

#include "stm32f0xx_hal.h"

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

#endif