Alex Shepherd
f1f214af3a
Added FLAGS_OUTPUT_ADDRESS_MODE to Dcc.init() to make it work again after the DCC Addressing changes
2022-07-30 14:54:12 +12:00
Alex Shepherd
2e1f9098ad
Changed Interrupt handling for RP2040 architectures to be similar to ESP32
...
Added check for proper USB Serial initialisation to examples
2022-07-23 20:26:32 +12:00
Alex Shepherd
c3dc28479a
corrected Fwd/Rev LED logic in NmraDccMultiFunctionMotorDecoder example
...
added conditional compilation to use the newer Dcc.pin() method that used digitalPinToInterrupt() to determine the Ext Interrupt Number based on Arduino Pin to reduce confusion
2021-08-30 14:11:54 +12:00
Alex Shepherd
681b362811
Added MACROs CALC_MULTIFUNCTION_EXTENDED_ADDRESS_MSB and CALC_MULTIFUNCTION_EXTENDED_ADDRESS_LSB to correctly compute the DCC Address for CV storage
...
Corrected bug: ESP32 version stops working when loosing interupts or signal is bad (#48 )
bumped version to 2.0.7
2021-04-04 14:01:35 +12:00
Alex Shepherd
c4e693550c
reversed a change to the state parameter of the notifyDccAccState() call-back that may have broken compatibility with existing code
...
more improvements to the NmraDccAccessoryDecoder_Pulsed_8 example code
2016-03-20 19:58:03 +13:00
Alex Shepherd
4e4007ebf7
Added new call-back functions: notifyDccAccTurnoutBoard and notifyDccAccTurnoutOutput
...
Added new example NmraDccAccessoryDecoder_Pulsed_8
changed version to 1.2.0
2016-03-19 23:24:55 +13:00