IEC60601-1-8 Audible Alert Generator

Dependencies:   mbed

See here for more info.

Revision:
0:07767204347b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/commands.h	Fri May 18 19:51:12 2012 +0000
@@ -0,0 +1,17 @@
+ /****************************************************************
+ *   Commands.h -  exports from commands.c
+ *
+ *
+ *   Copyright(C) 2007, NXP Semiconductor
+ *   All rights reserved.
+ *
+ *   Port to mbed 2012 (WH)
+ ****************************************************************/
+#ifndef _COMMANDS_H
+#define _COMMANDS_H
+
+void ShowMenu(void);
+void InitCommand(void);
+void DecodeCommand(char command);
+
+#endif
\ No newline at end of file