Wim Huiskamp / Mbed 2 deprecated mbed_audio_alert

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers commands.h Source File

commands.h

00001  /****************************************************************
00002  *   Commands.h -  exports from commands.c
00003  *
00004  *
00005  *   Copyright(C) 2007, NXP Semiconductor
00006  *   All rights reserved.
00007  *
00008  *   Port to mbed 2012 (WH)
00009  ****************************************************************/
00010 #ifndef _COMMANDS_H
00011 #define _COMMANDS_H
00012 
00013 void ShowMenu(void);
00014 void InitCommand(void);
00015 void DecodeCommand(char command);
00016 
00017 #endif