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: mbed DMX TextLCD mbed-rtos
Diff: Screen.h
- Revision:
- 36:dba7a0094213
- Parent:
- 35:23656910be93
diff -r 23656910be93 -r dba7a0094213 Screen.h
--- a/Screen.h Mon May 23 14:26:36 2016 +0000
+++ b/Screen.h Mon May 23 17:39:39 2016 +0000
@@ -1,7 +1,7 @@
#include "string.h"
#include "stdint.h"
#include "TextLCD.h"
-TextLCD lcd(p21, p26, p22, p23, p24, p25, TextLCD::LCD20x4);
+TextLCD lcd(p25, p24, p23, p22, p21, p26, TextLCD::LCD20x4);
class Screen
{