Fredric Rice / Mbed 2 deprecated DemoKeypadMoorseCodeUnlockTouchAndButton

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI mbed-os BSP_DISCO_F429ZI

Revision:
1:316582aec4fb
diff -r 04d4cc695e56 -r 316582aec4fb SecurityUnlockDemo-Moorse.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SecurityUnlockDemo-Moorse.h	Sat Jun 01 20:43:11 2019 +0000
@@ -0,0 +1,32 @@
+
+// ----------------------------------------------------------------------
+// SecurityUnlockDemo-Moorse.h
+//
+// Fredric L. Rice, June 2019
+//
+// ----------------------------------------------------------------------
+
+#ifndef _SECURITYUNLOCKDEMOMOORSE_H_
+#define _SECURITYUNLOCKDEMOMOORSE_H_      1
+
+// ----------------------------------------------------------------------
+// Describe MACROs which the module may use
+//
+// ----------------------------------------------------------------------
+
+// We allow a maximum number of Moorse Code characters to be entered
+// using the push button
+#define MAX_MOORSE_PULSES       10
+
+// ----------------------------------------------------------------------
+// Function prototypes that we will export
+//
+// ----------------------------------------------------------------------
+
+extern void MoorseInit(void);
+extern void MoorseScanPushButton(void);
+
+#endif
+
+// End of file
+