es la misma libreria que se descarga

Dependents:   02_serial_cheto_facuclop

Fork of TextLCD by Eduvance vanmat

LCD.h

Committer:
Eduvance
Date:
2014-05-27
Revision:
9:befde34054fb
Parent:
TextLCD.h@ 8:308d188a2d3a

File content as of revision 9:befde34054fb:

#ifndef LCD_H
#define LCD_H

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