fix issue #858
This commit is contained in:
parent
accada2293
commit
22daa95b53
@ -12,7 +12,8 @@ void i2c_init(void) {
|
||||
Wire.begin();
|
||||
}
|
||||
|
||||
void i2c_deinit(void) { Wire.end(); }
|
||||
//void i2c_deinit(void) { Wire.end(); }
|
||||
void i2c_deinit(void) { Wire.~TwoWire(); }
|
||||
|
||||
void i2c_scan(void) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user