MSPM0_ValvanoWare  1.0
ECE445L starter code
Key.h
Go to the documentation of this file.
1 
21 #ifndef __KEY_H__
22 #define __KEY_H__
23 
35 void Key_Init(void);
36 
43 uint32_t Key_In(void);
44 
45 #endif // __KEY_H__
uint32_t Key_In(void)
void Key_Init(void)
Initialize keyboard.