IEC60601-1-8 Audible Alert Generator

Dependencies:   mbed

See here for more info.

Committer:
wim
Date:
Fri May 18 19:51:12 2012 +0000
Revision:
0:07767204347b
First Release

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wim 0:07767204347b 1 /****************************************************************
wim 0:07767204347b 2 * Commands.h - exports from commands.c
wim 0:07767204347b 3 *
wim 0:07767204347b 4 *
wim 0:07767204347b 5 * Copyright(C) 2007, NXP Semiconductor
wim 0:07767204347b 6 * All rights reserved.
wim 0:07767204347b 7 *
wim 0:07767204347b 8 * Port to mbed 2012 (WH)
wim 0:07767204347b 9 ****************************************************************/
wim 0:07767204347b 10 #ifndef _COMMANDS_H
wim 0:07767204347b 11 #define _COMMANDS_H
wim 0:07767204347b 12
wim 0:07767204347b 13 void ShowMenu(void);
wim 0:07767204347b 14 void InitCommand(void);
wim 0:07767204347b 15 void DecodeCommand(char command);
wim 0:07767204347b 16
wim 0:07767204347b 17 #endif