Files @ cc569dddb24e
Branch filter:

Location: FeatherHAB/wsprhab/inc/i2c.h

Ethan Zonca
Thinks kinda work if we clear the wakeup flags and enable debugging in STOP mode... power usage went up a lot with debug in stop though.
#ifndef __i2c_H
#define __i2c_H

#include "stm32f0xx_hal.h"

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

#endif