EE445M RTOS
Taken at the University of Texas Spring 2015
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
kbd.h
Go to the documentation of this file.
1
#ifndef __KBD__
2
#define __KBD__
3
6
typedef
enum
{
7
8
SC_BACKSPACE
= 8,
9
SC_CR
= 13,
10
}
KBD_SCAN_CODES
;
11
12
#endif
KBD_SCAN_CODES
KBD_SCAN_CODES
Definition:
kbd.h:6
SC_BACKSPACE
Definition:
kbd.h:8
SC_CR
Definition:
kbd.h:9
lib
libio
kbd.h
Generated on Fri Mar 13 2015 21:18:37 for EE445M RTOS by
1.8.9.1