Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI mbed-os BSP_DISCO_F429ZI
Diff: SecurityUnlockDemo-Moorse.h
- 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 +