User`s manual
Table Of Contents
- RabbitCore RCM3200 User's Manual
- Table of Contents
- 1. Introduction
- 2. Hardware Setup
- 3. Running Sample Programs
- 4. Hardware Reference
- 5. Software Reference
- 6. Using the TCP/IP Features
- Appendix A. RCM3200 Specifications
- Appendix B. Prototyping Board
- Appendix C. LCD/Keypad Module
- Appendix D. Power Supply
- Appendix E. Motor Control Option
- Notice to Users
- Index
- Schematics

User’s Manual 99
cSpdHi is a high-speed repeat tick.
How many times to repeat after low speed repeat.
0 = None.
RETURN VALUE
None.
SEE ALSO
keyProcess, keyGet, keypadDef
Scans and processes keypad data for key assignment, debouncing, press and release, and repeat.
NOTE: This function is also able to process an 8 × 8 matrix keypad.
RETURN VALUE
None
SEE ALSO
keyConfig, keyGet, keypadDef
Get next keypress
RETURN VALUE
The next keypress, or 0 if none
SEE ALSO
keyConfig, keyProcess, keypadDef
Push keypress on top of input queue
PARAMETER
cKey
RETURN VALUE
None.
SEE ALSO
keyGet
void keyProcess(void);
char keyGet(void);
int keyUnget(char cKey);