
Display LCD
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