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 4DGL-uLCD-SE SDFileSystem PinDetect
main.cpp@5:6215b2c2b009, 2021-03-01 (annotated)
- Committer:
- bsang3
- Date:
- Mon Mar 01 20:19:53 2021 +0000
- Revision:
- 5:6215b2c2b009
- Parent:
- 4:9a4d22a279b3
brian sang;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| 4180_1 | 0:cc87c48aa43c | 1 | #include "mbed.h" |
| 4180_1 | 4:9a4d22a279b3 | 2 | #include "uLCD_4DGL.h" |
| bsang3 | 5:6215b2c2b009 | 3 | uLCD_4DGL uLCD(p28, p27, p29); // create a global lcd object |
| bsang3 | 5:6215b2c2b009 | 4 | int main() { |
| bsang3 | 5:6215b2c2b009 | 5 | uLCD.printf("\nWhat’s up mbed!\n"); |
| 4180_1 | 0:cc87c48aa43c | 6 | } |