Jack Hansdampf / SoftwareI2C
Revision:
3:e15fb8277f9b
Parent:
2:8670e78c4b63
--- a/SoftwareI2C.cpp	Sun Apr 01 22:52:47 2012 +0000
+++ b/SoftwareI2C.cpp	Wed Mar 04 18:29:47 2020 +0000
@@ -19,7 +19,7 @@
     _sda.mode(OpenDrain);
 
     _device_address = 0;
-    _frequency_delay = 1;
+    _frequency_delay = 3;
 
     initialise();
 }