Change-Id: I1704ea0de243bff05262556723daea5b3531558b
This commit is contained in:
Aidan MacDonald 2023-01-12 11:55:51 +00:00
parent 7e5fc4076a
commit 16a32c576c

View file

@ -21,6 +21,8 @@
#ifndef I2C_H
#define I2C_H
#include "config.h"
extern void i2c_init(void) INIT_ATTR;
extern void i2c_begin(void);
extern void i2c_end(void);