1602FLCD

Fork of TextLCD by Pallavi Prasad

Committer:
tijofrancis12
Date:
Fri Nov 02 14:29:13 2012 +0000
Revision:
1:6c3062de234b
Parent:
TextLCD.h@0:de90b67b2bca
interface of pc1602Fdisplay

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tijofrancis12 1:6c3062de234b 1 #ifndef LCD_H
tijofrancis12 1:6c3062de234b 2 #define LCD_H
pprasad7 0:de90b67b2bca 3
pprasad7 0:de90b67b2bca 4 #include "mbed.h"
tijofrancis12 1:6c3062de234b 5 void toggle_enable(void);
tijofrancis12 1:6c3062de234b 6 void LCD_init(void);
tijofrancis12 1:6c3062de234b 7 void display_to_LCD (char value);
tijofrancis12 1:6c3062de234b 8 #endif