LCD Baseshield GSOE GSOF
Dependents: WebserverGSOE_Schnaiter HC05__TI4_RP5_Schnaiter
Diff: SoftwareI2C.cpp
- Revision:
- 8:3bac0faac335
- Parent:
- 7:c3d157395c16
- Child:
- 9:b08c2ffb9253
--- a/SoftwareI2C.cpp Tue Apr 28 10:53:26 2020 +0000 +++ b/SoftwareI2C.cpp Thu Sep 10 14:39:09 2020 +0000 @@ -19,7 +19,7 @@ _sda.mode(OpenDrain); _device_address = 0; - _frequency_delay = 3; + _frequency_delay = 20;//3; initialise(); }