Skip to content

Releases: SvenRosvall/SignalControl

Add BistableInput and OrInput

14 Oct 21:41
Compare
Choose a tag to compare

Allow for signals with common anode, i.e. LED pins are active LOW.

13 Oct 21:54
Compare
Choose a tag to compare

Add TwoPinInput.

06 Oct 20:04
Compare
Choose a tag to compare
v2.1.0

Release 2.1.0.

Call pinMode() in setup() rather than in constructors.

13 Jul 08:44
Compare
Choose a tag to compare

This fixes a potential race condition where pinMode() is called before the Arduino environment is ready for this call.
Ensure the pinMode() calls are made during the call to setup().

More complex topologies

10 Jul 09:59
011ecc9
Compare
Choose a tag to compare

Support for more complex topologies where signals may depend on routes through points/turnouts.
Also allow for describing rules with operators '&&' and '!'.

Introduce SettableInput for programmatic inputs.

04 Apr 18:32
Compare
Choose a tag to compare

MInor changes to facilitate programmatic input of block occupancy e.g. CBUS events from track occupancy modules.

Minor improvements

05 Feb 20:08
Compare
Choose a tag to compare

Small improvements to allow configuring blink interval and slow light transition interval.

Initial release

17 May 17:15
Compare
Choose a tag to compare

First release