a command line interface that can dynamically assign pins

Dependencies:   TextLCD mbed PS2

keyname.h

Committer:
gsulc
Date:
2011-10-20
Revision:
0:4b04cc4cccb4

File content as of revision 0:4b04cc4cccb4:

#ifndef _KEYNAME_H
#define _KEYNAME_H

#include "mbed.h"
#include "PS2Keyboard.h"

char keyname(char scancode);
int curstr(char* str,int numchar,char c);
int keyhit(char* str,int numchar,PS2Keyboard::keyboard_event_t evt_kb);

#endif