@ -0,0 +1,15 @@
/*
* key.h
*
* Created on: Mar 20, 2019
*/
#ifndef SRC_KEY_H_
#define SRC_KEY_H_
void KeyInit(void);
void KeyScan(void);
uint8_t* GetKeys(void);
#endif /* SRC_KEY_H_ */
The note is not visible to the blocked user.