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
ec801bf463
updated the examples to reflect the removal of support for the two call-back functions: notifyDccAccState(), notifyDccSigState()
2018-02-28 23:50:59 +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
Alex Shepherd
70b44eb5d4
Added a MultiFunction decoder example and change the name of the other to Accessory decoder
2016-02-13 23:34:14 +13:00