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.
Changes
| Revision | Date | Who | Commit message |
|---|---|---|---|
| 4:db4730592ace | 2019-08-15 | BertieHarte | Updated - used 1 - pot.read for the print out. The '1-' was removed from the lines 12,13. LED are now using the raw pot.read values to control the PWM on/off. So displayed '0' led is off '1' led is on, no leakage means led is fully off. |
| 3:2b80364a8cac | 2019-08-11 | BertieHarte | Added back in print lines - as I reread the question :-) |
| 2:65e14a1a65c9 | 2019-08-11 | BertieHarte | Renames PWM outputs to make more sense. |
| 1:6c4f9fe32b51 | 2019-08-11 | BertieHarte | Final version for submission, removed printf lines. tidy using format wizard. |
| 0:a029218d91fd | 2019-08-11 | BertieHarte | Initial version using printf to verify the pot values are in range 0 -> 1, |