es la misma libreria que se descarga

Dependents:   02_serial_cheto_facuclop

Fork of TextLCD by Eduvance vanmat

LCD.h

Committer:
facuclop
Date:
2014-08-05
Revision:
10:c9add656c693
Parent:
9:befde34054fb

File content as of revision 10:c9add656c693:

#ifndef LCD_H
#define LCD_H

#include "mbed.h"
void toggle_enable(void);
void LCD_init(void);
void display_to_LCD (char value);
#endif