Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
digitalInConfig.h@0:50d48d2a55fe, 2013-08-18 (annotated)
- Committer:
- embedMasterForever
- Date:
- Sun Aug 18 14:23:57 2013 +0000
- Revision:
- 0:50d48d2a55fe
A program I created to control twelve LEDs simulating a four way traffic light system. The pins were fed to the base of NPN transistors to minimize current. Four infrared sensors were used to detect whether a car was present or not.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| embedMasterForever | 0:50d48d2a55fe | 1 | |
| embedMasterForever | 0:50d48d2a55fe | 2 | |
| embedMasterForever | 0:50d48d2a55fe | 3 | DigitalIn irSensor1(p12); |
| embedMasterForever | 0:50d48d2a55fe | 4 | DigitalIn irSensor2(p13); |
| embedMasterForever | 0:50d48d2a55fe | 5 | DigitalIn irSensor3(p14); |
| embedMasterForever | 0:50d48d2a55fe | 6 | DigitalIn irSensor4(p15); |