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.
Revision 8:4816fdd57607, committed 2011-12-01
- Comitter:
- RodColeman
- Date:
- Thu Dec 01 13:34:17 2011 +0000
- Parent:
- 7:dd2dcba75885
- Child:
- 9:16c12a5da0ac
- Commit message:
- 70kHz clock updte
Changed in this revision
| I2CTextLCD.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/I2CTextLCD.cpp Wed Nov 23 11:39:39 2011 +0000
+++ b/I2CTextLCD.cpp Thu Dec 01 13:34:17 2011 +0000
@@ -43,7 +43,7 @@
_columns = columns;
_rows = rows;
_backlight=backlight;
- //_i2c.frequency(70000);
+ _i2c.frequency(70000); // RC:2011-12-1 put this back in
// Winstar 20x4 WH2004-NYG- needs 40ms after VDD> 4,5V
/*
wait(0.5);