use Wire.end()
This commit is contained in:
parent
82e8c18082
commit
b393dae769
@ -12,8 +12,7 @@ void i2c_init(void) {
|
||||
Wire.begin();
|
||||
}
|
||||
|
||||
// void i2c_deinit(void) { Wire.end(); }
|
||||
void i2c_deinit(void) { Wire.~TwoWire(); }
|
||||
void i2c_deinit(void) { Wire.end(); }
|
||||
|
||||
void i2c_scan(void) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user