Skip to content

Releases: DCC-EX/DCCEXProtocol

v0.0.15

25 May 03:33
Compare
Choose a tag to compare

Any acquired loco is now retained in the roster

v0.0.14

21 May 04:46
Compare
Choose a tag to compare

add getNumberSupportedLocos() used for the fake heartbeat

v0.0.13

26 Apr 23:39
d835817
Compare
Choose a tag to compare
  • 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

24 Apr 01:30
Compare
Choose a tag to compare

Improved memory management.

V0.0.11

11 Mar 04:31
Compare
Choose a tag to compare
  • support for individual track power receivedIndividualTrackPower(TrackPower state, int track)
  • improved logic for overall track power

v0.0.10

10 Mar 22:57
Compare
Choose a tag to compare

Add support for broadcast messages

v0.0.9

10 Mar 04:21
Compare
Choose a tag to compare
  • 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

29 Jan 22:49
Compare
Choose a tag to compare

add isFunctionMomentary(int function) to the Loco object.

v0.0.6

27 Dec 03:49
Compare
Choose a tag to compare

add getFunctionName(int function) to the Loco object.

v0.0.5

27 Dec 01:37
Compare
Choose a tag to compare

Increase MAX_FUNCTIONS to 32.
Addition of check to make sure MAX_FUNCTIONS is not exceeded.