stc_rpncalc/src/key.h

17 lines
222 B
C
Raw Normal View History

2019-03-20 08:21:11 +01:00
/*
* key.h
*
* Created on: Mar 20, 2019
*/
#ifndef SRC_KEY_H_
#define SRC_KEY_H_
void KeyInit(void);
void KeyScan(void);
2019-03-22 02:01:17 +01:00
const uint8_t* DebugGetKeys(void);
const uint32_t GetNewKeys(void);
2019-03-20 08:21:11 +01:00
#endif /* SRC_KEY_H_ */