- addPinListener
void addPinListener(ubyte pin, pinListenerDelegate listener)
Undocumented in source.
- addVariableListener
void addVariableListener(ubyte varIndex, void delegate(ubyte, VarType, VarType, long) shared listener)
Undocumented in source.
- emitAIRead
void emitAIRead(byte pin, float readValue, long readMilliseconds)
Undocumented in source. Be warned that the author may not have intended to support it.
- emitVarRead
void emitVarRead(byte varIndex, VarType readValue, long readMilliseconds)
Undocumented in source. Be warned that the author may not have intended to support it.
- endCommunication
void endCommunication()
Undocumented in source. Be warned that the author may not have intended to support it.
- removePinListener
void removePinListener(ubyte pin, pinListenerDelegate listener)
Undocumented in source.
- removeVariableListener
void removeVariableListener(ubyte varIndex, void delegate(ubyte, VarType, VarType, long) shared listener)
Undocumented in source.
- setPWM
void setPWM(ubyte pin, ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPWMAverage
void setPWMAverage(ubyte pin, float averageValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- startCommunication
bool startCommunication(string devFilename, BaudRate baudRate, Parity parity, string logFilename)
Undocumented in source. Be warned that the author may not have intended to support it.