Opticka 2.16.1
Opticka is an experiment manager for behavioral research.
|
Public Member Functions | |
function | arduinoSerialPort (in port, in nPins) |
function | delete (in a) |
function | disp (in a) |
function | serial (in a) |
function | flush (in a) |
function | pinMode (in a, in pin, in str) |
function | digitalRead (in a, in pin) |
function | digitalWrite (in a, in pin, in val) |
function | timedTTL (in a, in pin, in time) |
function | analogRead (in a, in pin) |
function | analogWrite (in a, in pin, in val) |
function | analogReference (in a, in str) |
function | servoAttach (in a, in pin) |
function | servoDetach (in a, in pin) |
function | servoStatus (in a, in pin) |
function | servoRead (in a, in pin) |
function | servoWrite (in a, in pin, in val) |
function | encoderAttach (in a, in enc, in pinA, in pinB) |
function | encoderDetach (in a, in enc) |
function | encoderStatus (in a, in enc) |
function | encoderRead (in a, in enc) |
function | encoderReset (in a, in enc) |
function | encoderDebounce (in a, in enc, in del) |
function | roundTrip (in a, in byte) |
function | motorSpeed (in a, in num, in val) |
function | motorRun (in a, in num, in dir) |
function | stepperSpeed (in a, in num, in val) |
function | stepperStep (in a, in num, in dir, in sty, in steps) |
Static Public Member Functions | |
static function | checknum (in num, in description, in allowed) |
static function | checkstr (in str, in description, in allowed) |
static function | checkser (in ser, in chk) |
Public Attributes | |
Property | chks |
Property | chkp |
function arduinoSerialPort::arduinoSerialPort | ( | in | port, |
in | nPins | ||
) |
function arduinoSerialPort::analogRead | ( | in | a, |
in | pin | ||
) |
function arduinoSerialPort::analogReference | ( | in | a, |
in | str | ||
) |
function arduinoSerialPort::analogWrite | ( | in | a, |
in | pin, | ||
in | val | ||
) |
|
static |
|
static |
|
static |
function arduinoSerialPort::delete | ( | in | a | ) |
function arduinoSerialPort::digitalRead | ( | in | a, |
in | pin | ||
) |
function arduinoSerialPort::digitalWrite | ( | in | a, |
in | pin, | ||
in | val | ||
) |
function arduinoSerialPort::disp | ( | in | a | ) |
function arduinoSerialPort::encoderAttach | ( | in | a, |
in | enc, | ||
in | pinA, | ||
in | pinB | ||
) |
function arduinoSerialPort::encoderDebounce | ( | in | a, |
in | enc, | ||
in | del | ||
) |
function arduinoSerialPort::encoderDetach | ( | in | a, |
in | enc | ||
) |
function arduinoSerialPort::encoderRead | ( | in | a, |
in | enc | ||
) |
function arduinoSerialPort::encoderReset | ( | in | a, |
in | enc | ||
) |
function arduinoSerialPort::encoderStatus | ( | in | a, |
in | enc | ||
) |
function arduinoSerialPort::flush | ( | in | a | ) |
function arduinoSerialPort::motorRun | ( | in | a, |
in | num, | ||
in | dir | ||
) |
function arduinoSerialPort::motorSpeed | ( | in | a, |
in | num, | ||
in | val | ||
) |
function arduinoSerialPort::pinMode | ( | in | a, |
in | pin, | ||
in | str | ||
) |
function arduinoSerialPort::roundTrip | ( | in | a, |
in | byte | ||
) |
function arduinoSerialPort::serial | ( | in | a | ) |
function arduinoSerialPort::servoAttach | ( | in | a, |
in | pin | ||
) |
function arduinoSerialPort::servoDetach | ( | in | a, |
in | pin | ||
) |
function arduinoSerialPort::servoRead | ( | in | a, |
in | pin | ||
) |
function arduinoSerialPort::servoStatus | ( | in | a, |
in | pin | ||
) |
function arduinoSerialPort::servoWrite | ( | in | a, |
in | pin, | ||
in | val | ||
) |
function arduinoSerialPort::stepperSpeed | ( | in | a, |
in | num, | ||
in | val | ||
) |
function arduinoSerialPort::stepperStep | ( | in | a, |
in | num, | ||
in | dir, | ||
in | sty, | ||
in | steps | ||
) |
function arduinoSerialPort::timedTTL | ( | in | a, |
in | pin, | ||
in | time | ||
) |
Property arduinoSerialPort::chkp |
Property arduinoSerialPort::chks |