Teclado matricial con sonido
Dependencies: FPointer TextLCD keypad mbed
Fork of Tarea3_Teclado by
Revision 1:4fa754f4522d, committed 2014-04-23
- Comitter:
- Jepalacioh
- Date:
- Wed Apr 23 15:05:20 2014 +0000
- Parent:
- 0:01487f2574c6
- Commit message:
- Tarea 3 Procesadores UNAL semestre 2014-1
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 01487f2574c6 -r 4fa754f4522d main.cpp --- a/main.cpp Mon Mar 31 21:27:14 2014 +0000 +++ b/main.cpp Wed Apr 23 15:05:20 2014 +0000 @@ -1,18 +1,12 @@ -//Jesse Mauricio Beltran Soto -//Michelle Maceas Henao +//Julian Esteban Palacio Hernandez +//Andres Mauricio Gomez Arevalo -//Manejo Basico del Teclado Matcicial , teclado matricial #include "mbed.h" -#include "keypad.h" -#include "TextLCD.h" +#include "keypad.h" //Librería de manejo de Teclado +#include "TextLCD.h"//Librería de LCD -//Definicion de puertos de la LCD - TextLCD lcd(PTB10, PTB11, PTE2, PTE3, PTE4, PTE5); // rs, e, d4-d7 - -//Defino Salidas Digitales -DigitalOut myled(LED1); DigitalOut Sonido(PTB8);