@@ -70,7 +70,7 @@ responsible for updating the button and signal objects.
7070The Light objects do not need to be updated.
7171They are updated by the signal object they belong to.
7272
73- [ Example Code] ( examples/Signal2AspectWithButton/signal2aspect_with_button .ino )
73+ [ Example Code] ( examples/Signal2AspectWithButton/Signal2AspectWithButton .ino )
7474
7575## 3 Aspect Signal controlled by BlockDistanceInput.
7676
@@ -81,7 +81,7 @@ trains if
8181 In this case the signal shows yellow.
8282 * the next two track blocks are free, in which case the signal shows green.
8383
84- [ Example Code] ( examples/Signal3AspectWithBlockDistanceInput/Signal3Aspect_with_BlockDistanceInput .ino )
84+ [ Example Code] ( examples/Signal3AspectWithBlockDistanceInput/Signal3AspectWithBlockDistanceInput .ino )
8585
8686## 3 Aspect Signal controlled by a DistanceTimer
8787
@@ -90,14 +90,14 @@ a DistanceTimer class that is triggered by a track occupancy sensor on pin 2
9090and uses a timer to decide how far away the train is, and thus what
9191colour the signal shall show.
9292
93- [ Example Code] ( examples/Signal3AspectWithDistanceTimer/Signal3Aspect_with_DistanceTimer .ino )
93+ [ Example Code] ( examples/Signal3AspectWithDistanceTimer/Signal3AspectWithDistanceTimer .ino )
9494
9595## Two independent 3 Aspect Signals
9696
9797This example shows how a single Arduino can control two signals independently.
9898Here we use the Signal3Aspect class with the DistanceTimer as above.
9999
100- [ Example Code] ( examples/TwoIndependentSignal3Aspect/two_independent_Signal3Aspect .ino )
100+ [ Example Code] ( examples/TwoIndependentSignal3Aspect/TwoIndependentSignal3Aspect .ino )
101101
102102## Two 3 Aspect Signals controlling tracks that join a point (turnout)
103103
@@ -109,4 +109,4 @@ We have one input from the point that indicates which way it is set.
109109We also have a track occupancy detector on the other side of point that
110110is used by the DistanceTimer.
111111
112- [ Example Code] ( examples/TwoSignal3AspectJoiningPoint/two_Signal3Aspect_joining_point .ino )
112+ [ Example Code] ( examples/TwoSignal3AspectJoiningPoint/TwoSignal3AspectJoiningPoint .ino )
0 commit comments