Releases: DCC-EX/DCCEXProtocol
Releases · DCC-EX/DCCEXProtocol
v0.0.17
v0.0.15
add public sendCommand() method
v0.0.15
Any acquired loco is now retained in the roster
v0.0.14
add getNumberSupportedLocos() used for the fake heartbeat
v0.0.13
- Fix bug to allow compilation on AVR platforms, change ssize_t to int
- Add serial connectivity example
- Add support for SCREEN updates to delegate
- Enhance buffer management to clear command buffer if full
v0.0.12
Improved memory management.
V0.0.11
- support for individual track power receivedIndividualTrackPower(TrackPower state, int track)
- improved logic for overall track power
v0.0.10
Add support for broadcast messages
v0.0.9
- if loco is selected by address and that loco is in the roster (with the same DCC Address), update and send speed commands for both
v0.0.7
add isFunctionMomentary(int function) to the Loco object.