]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/arducontrol.cpp
Read MFX locomotive name
[r2c2.git] / source / libr2c2 / arducontrol.cpp
2015-02-26 Mikko RasaRead MFX locomotive name
2015-02-20 Mikko RasaCosmetic fixes
2015-02-19 Mikko RasaProvide some telemetry values from ArduControl
2015-02-19 Mikko RasaAdd telemetry framework for drivers
2015-02-19 Mikko RasaImprove ArduControl task scheduling
2015-02-16 Mikko RasaTurn ArduControl command_queue into a Task
2015-02-02 Mikko RasaImprove accessory switching logic
2015-02-02 Mikko RasaAdd debug output for accessory switching in ArduControl
2015-02-02 Mikko RasaAvoid invalid states when setting multi-bit accessories
2014-04-06 Mikko RasaReact to overcurrent events
2014-04-06 Mikko RasaFix handling of uncertain bits in accessories
2014-04-05 Mikko RasaDon't wait for queued accessories if power is off
2014-04-04 Mikko RasaAttempt to resync ArduControl if there's no response...
2014-04-04 Mikko RasaAdd a timeout to ArduControl commands
2014-04-02 Mikko RasaImplement flush() for ArduControl
2014-04-02 Mikko RasaDo not attempt to switch accessories while power is off
2014-04-02 Mikko RasaImplement halt mode to ArduControl
2014-04-01 Mikko RasaUse current monitoring to detect failed turnouts
2014-04-01 Mikko RasaAdd voltage and current monitoring task to ArduControl
2014-04-01 Mikko RasaKeep track of the active accessory bit index
2014-03-31 Mikko RasaArduControl debugging tweaks
2014-03-31 Mikko RasaAdd helper class for processing driver options
2014-03-30 Mikko RasaRemove some unnecessary braces and an outdated comment
2013-11-20 Mikko RasaAvoid hogging the serial link with S88 read commands
2013-11-18 Mikko RasaRemember discovered MFX locomotives across runs
2013-11-15 Mikko RasaUse a common implementation for the three different...
2013-11-15 Mikko RasaTerminate the control thread if ArduControl device...
2013-11-15 Mikko RasaMove the sleep in ArduControl baud rate logic to the...
2013-11-13 Mikko RasaStore and export information about detected MFX locomotives
2013-11-13 Mikko RasaDetect and set arducontrol baud rate on startup
2013-11-08 Mikko RasaFix and improve logic in MfxSearchTask
2013-11-08 Mikko RasaMove further stuff from the ArduControl main class...
2013-11-08 Mikko RasaRestructure ArduControl driver into more manageable...
2013-11-07 Mikko RasaAdd basic MFX support to arducontrol driver
2013-11-07 Mikko RasaRead power state from arducontrol device on startup
2013-11-07 Mikko RasaAdd some more range checks in ArduControl and improve...
2013-11-07 Mikko RasaRefer to things in the driver with abstract ids instead...
2013-11-07 Mikko RasaFix a logic error in arducontrol accessory control
2013-10-31 Mikko RasaAdd driver for my custom Arduino-based control device