Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: SoftwareI2C.cpp
- 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();
}