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.
main.cpp@0:2627dc00798f, 2022-05-22 (annotated)
- Committer:
- hughbellinger
- Date:
- Sun May 22 20:22:36 2022 +0000
- Revision:
- 0:2627dc00798f
1
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| hughbellinger | 0:2627dc00798f | 1 | LCD DISPLAY |
| hughbellinger | 0:2627dc00798f | 2 | |
| hughbellinger | 0:2627dc00798f | 3 | #include "mbed.h" |
| hughbellinger | 0:2627dc00798f | 4 | #include "TextLCD.h" |
| hughbellinger | 0:2627dc00798f | 5 | TextLCD lcd(p15,p16,p17,p18,p19,p20); |
| hughbellinger | 0:2627dc00798f | 6 | int main() |
| hughbellinger | 0:2627dc00798f | 7 | { |
| hughbellinger | 0:2627dc00798f | 8 | lcd.printf("sankar"); |
| hughbellinger | 0:2627dc00798f | 9 | } |