mirror of
https://github.com/anklimov/lighthub
synced 2026-01-26 16:19:07 +03:00
bins
This commit is contained in:
@@ -883,7 +883,9 @@ bool i2cReset(){
|
||||
debugSerial.println("I2C Reset");
|
||||
|
||||
Wire.endTransmission(true);
|
||||
#if !defined(ARDUINO_ARCH_ESP8266)
|
||||
Wire.end();
|
||||
#endif
|
||||
pinMode(SCL,OUTPUT);
|
||||
pinMode(SDA,INPUT);
|
||||
//10 сигналов клок
|
||||
|
||||
Reference in New Issue
Block a user