Simulate a traffic signal using a timeouts to change lights. Sends output to standard serial USB. Indicate violations using a polling loop in main (where it is safe to use printf).

Dependencies:   mbed

Fork of TimeoutEx by Charles Tritt

History

Cleaned up comments. Changed sequence of some code. default tip

2017-10-11, by CSTritt [Wed, 11 Oct 2017 03:23:35 +0000] rev 5

Cleaned up comments. Changed sequence of some code.


Initial version.

2017-10-11, by CSTritt [Wed, 11 Oct 2017 01:59:34 +0000] rev 4

Initial version.


Cleaned up comments.

2017-10-09, by CSTritt [Mon, 09 Oct 2017 15:51:08 +0000] rev 3

Cleaned up comments.


Cleaned up comments.

2017-10-09, by CSTritt [Mon, 09 Oct 2017 02:44:42 +0000] rev 2

Cleaned up comments.


Initial version of Timeout example with button ISR. Demonstrates configuration mode that reverts to normal after 5 seconds.

2017-10-09, by CSTritt [Mon, 09 Oct 2017 02:34:12 +0000] rev 1

Initial version of Timeout example with button ISR. Demonstrates configuration mode that reverts to normal after 5 seconds.


Initial version of my version of T & W's Example 9.1 InterruptIn demonstration.

2017-10-06, by CSTritt [Fri, 06 Oct 2017 21:08:45 +0000] rev 0

Initial version of my version of T & W's Example 9.1 InterruptIn demonstration.