Wheel IDE

Online demo »

PSP

This module adds support for connecting a PSP wireless controller from Mindsensors. http://www.mindsensors.com/ev3-and-nxt/31-psp-nx-v4-ref-combo-with-wireless-controller

Constants

The PSP controller module.
Source: lib/modules/psp.whl, line: 11
MODULE_PSP32

Module calls for PSP functions.
Source: lib/modules/psp.whl, line: 14
MODULE_PSP_SET_WRITE_OFFSET0
MODULE_PSP_START1
MODULE_PSP_STOP2

Procedures

pspStart
Source: lib/modules/psp.whl, line: 62

Set the write data offset and start the PSP update thread.

proc pspStart(number port)
Parameters:
NameTypeDescription
portnumberThe port to which the receiver is connected, the first port is 0, the second 1, etc...

pspStop
Source: lib/modules/psp.whl, line: 92

Stop the PSP update thread.

proc pspStop()

pspWaitForButton
Source: lib/modules/psp.whl, line: 97

Wait until a PSP button is press.

proc pspWaitForButton()