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.
Diff: edge_utils/SO1602A.h
- Revision:
- 9:f958fa2cdc74
- Parent:
- 0:f0de320e23ac
--- a/edge_utils/SO1602A.h Thu Dec 07 10:13:13 2017 +0000 +++ b/edge_utils/SO1602A.h Fri Dec 08 08:31:30 2017 +0000 @@ -32,7 +32,7 @@ void init_oled(void) ; void writeData(uint8_t data) ; void writeCommand(uint8_t command) ; - void clearDisplay(void) ; + void cls(void) ; void returnHome(void) ; void displayOn(void) ; void displayOff(void) ;