|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RCXPort | |
---|---|
rcx |
Uses of RCXPort in rcx |
---|
Methods in rcx with parameters of type RCXPort | |
---|---|
static void |
Motor.setPort(RCXPort port)
sets rcx port to use and creates the static instances A, B, and C |
static void |
Sensor.setPort(RCXPort port)
creates the static instances S1, S2, S3 |
Constructors in rcx with parameters of type RCXPort | |
---|---|
Motor(char id,
RCXPort port)
creates a motor where id is 'A', 'B' or 'C' for specified port |
|
Sensor(int id,
RCXPort port)
creates a sensor where id is 0, 1 or 2 for the specified RCX port |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |