es la misma libreria que se descarga

Dependents:   02_serial_cheto_facuclop

Fork of TextLCD by Eduvance vanmat

Committer:
facuclop
Date:
Tue Aug 05 23:32:15 2014 +0000
Revision:
10:c9add656c693
Parent:
9:befde34054fb
serial comunication and digitalout swiching by console or c# program with buttons to controll using kl46z board

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Eduvance 9:befde34054fb 1 #ifndef LCD_H
Eduvance 9:befde34054fb 2 #define LCD_H
simon 1:ac48b187213c 3
simon 1:ac48b187213c 4 #include "mbed.h"
Eduvance 9:befde34054fb 5 void toggle_enable(void);
Eduvance 9:befde34054fb 6 void LCD_init(void);
Eduvance 9:befde34054fb 7 void display_to_LCD (char value);
simon 2:227356c7d12c 8 #endif
simon 2:227356c7d12c 9
simon 2:227356c7d12c 10