This commit is contained in:
cyberman54 2022-03-02 08:38:38 +01:00
parent accada2293
commit 22daa95b53

View File

@ -12,7 +12,8 @@ void i2c_init(void) {
Wire.begin(); Wire.begin();
} }
void i2c_deinit(void) { Wire.end(); } //void i2c_deinit(void) { Wire.end(); }
void i2c_deinit(void) { Wire.~TwoWire(); }
void i2c_scan(void) { void i2c_scan(void) {