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.
Dependencies: Adafruit_GFX mbed
Revision 1:63facd5c734a, committed 2016-08-10
- Comitter:
- sampleCode
- Date:
- Wed Aug 10 05:22:04 2016 +0000
- Parent:
- 0:11f19153c7da
- Commit message:
- a
Changed in this revision
| mbed-src/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed-src/main.cpp Wed Aug 10 05:18:17 2016 +0000
+++ b/mbed-src/main.cpp Wed Aug 10 05:22:04 2016 +0000
@@ -31,7 +31,7 @@
myOled.clearDisplay();
myOled.printf("%ux%u OLED Display\r\n", myOled.width(), myOled.height());
myOled.setTextCursor(0,17);
- myOled.printf("blog:engoythe.party\r\n");
+ myOled.printf("blog:enjoythe.party\r\n");
myOled.printf("qq:1028917076\r\n");
myOled.printf("phone:1709005xxxxx\r\n");
while(1)