IEC60601-1-8 Audible Alert Generator

Dependencies:   mbed

See here for more info.

commands.h

Committer:
wim
Date:
2012-05-18
Revision:
0:07767204347b

File content as of revision 0:07767204347b:

 /****************************************************************
 *   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