mirror of
https://github.com/anklimov/lighthub
synced 2025-12-09 21:29:49 +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