libreria teclado

Dependents:   Tarea3_Teclado Tarea3_Teclado_Mejoras Tarea3_Teclado_sonido IngresoHORA ... more

Fork of keypad by Leonardo Restrepo

Revision:
7:e57b8ffc45d1
Parent:
6:8e4267765923
Child:
8:6f46334b16b7
diff -r 8e4267765923 -r e57b8ffc45d1 keypad.h
--- a/keypad.h	Tue Jan 31 00:22:08 2012 +0000
+++ b/keypad.h	Tue Jan 31 00:24:12 2012 +0000
@@ -29,7 +29,7 @@
 /**
  * An interrupt-based interface to 4x4 keypad.
  *
- * You also need to import [/cookbook/FPointer|FPointer library]] by Andy Kirkham
+ * You also need to import [[/cookbook/FPointer|FPointer library]] by Andy Kirkham
  * On each key pressed on a keypad, the index of the key is passed to a
  * user-defined function. User is free to define what to be done with the
  * input.