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: I2CTextLCD.cpp
- Revision:
- 1:e60cbc407d73
- Parent:
- 0:9d621b44ea24
- Child:
- 2:24c878e63f10
--- a/I2CTextLCD.cpp	Thu Aug 18 08:52:06 2011 +0000
+++ b/I2CTextLCD.cpp	Thu Aug 18 13:05:56 2011 +0000
@@ -43,7 +43,7 @@
     _columns = columns;
     _rows = rows;
     _backlight=backlight;
-    _i2c.frequency(70000);
+    //_i2c.frequency(70000);
   
 
     // Should theoretically wait 15ms, but most things will be powered up pre-reset