key debouncer

This commit is contained in:
Jeff Wang
2019-03-21 21:01:17 -04:00
parent c92decd204
commit b3f0f12c32
5 changed files with 251 additions and 20 deletions

View File

@ -9,7 +9,8 @@
void KeyInit(void);
void KeyScan(void);
uint8_t* GetKeys(void);
const uint8_t* DebugGetKeys(void);
const uint32_t GetNewKeys(void);
#endif /* SRC_KEY_H_ */