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
Diff: LCD.h
- Revision:
- 0:c48b6fa0aea1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LCD.h Mon Oct 24 18:07:30 2016 +0000 @@ -0,0 +1,8 @@ +#ifndef LCD_H +#define LCD_H +#include "mbed.h" +void toggle_enable(void); +void LCD_init(void); +void display_to_LCD(char value); +void set_location(char location); +#endif \ No newline at end of file