This commit is contained in:
Thomas Klaehn 2019-07-20 08:53:44 +02:00
parent 82becab1cc
commit 1d317af410

View File

@ -7,6 +7,7 @@
#include <i2c_bb.h>
static void write_bit(const struct i2c_bb *i2c, uint8_t bit);
static uint8_t read_bit(const struct i2c_bb *i2c);