Rabbit RabbitCore User Manual page 161

C-programmable core module with ethernet, serial flash
Table of Contents

Advertisement

void keypadDef();
Configures the physical layout of the keypad with the desired ASCII return key codes.
Keypad physical mapping 1 × 7
0
4
['L']
['–']
where
'D' represents Down Scroll
'U' represents Up Scroll
'R' represents Right Scroll
'L' represents Left Scroll
'–' represents Page Down
'+' represents Page Up
'E' represents the ENTER key
Example: Do the following for the above physical vs. ASCII return key codes.
keyConfig (
keyConfig (
keyConfig (
keyConfig (
keyConfig (
keyConfig (
keyConfig (
Characters are returned upon keypress with no repeat.
RETURN VALUE
None.
SEE ALSO
keyConfig, keyGet, keyProcess
void keyScan(char *pcKeys);
Writes "1" to each row and reads the value. The position of a keypress is indicated by a zero value in a bit
position.
PARAMETER
pcKeys is a pointer to the address of the value read.
RETURN VALUE
None.
SEE ALSO
keyConfig, keyGet, keypadDef, keyProcess
User's Manual
1
5
2
['U']
['D']
['+']
3,'R',0, 0, 0, 0, 0 );
6,'E',0, 0, 0, 0, 0 );
2,'D',0, 0, 0, 0, 0 );
4,'-',0, 0, 0, 0, 0 );
1,'U',0, 0, 0, 0, 0 );
5,'+',0, 0, 0, 0, 0 );
0,'L',0, 0, 0, 0, 0 );
6
3
['R']
['E']
155

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RabbitCore and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Rcm3750

Table of Contents