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.
Dependencies: net 1-wire lpc1768 crypto clock web fram log
net-this/net-jack-leds.h@54:1cbd3a85d3a0, 2019-05-01 (annotated)
- Committer:
- andrewboyson
- Date:
- Wed May 01 10:41:22 2019 +0000
- Revision:
- 54:1cbd3a85d3a0
- Parent:
- net-setup/net-jack-leds.h@17:13a1068dda70
Update web library
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 17:13a1068dda70 | 1 | |
andrewboyson | 17:13a1068dda70 | 2 | #define LED_GR_L_DIR FIO1DIR(31) //P1.31 ==> p20 output |
andrewboyson | 17:13a1068dda70 | 3 | #define LED_GR_L_SET FIO1SET(31) |
andrewboyson | 17:13a1068dda70 | 4 | #define LED_GR_L_CLR FIO1CLR(31) |
andrewboyson | 17:13a1068dda70 | 5 | |
andrewboyson | 17:13a1068dda70 | 6 | #define LED_YE_R_DIR FIO1DIR(30) //P1.30 ==> p19 output |
andrewboyson | 17:13a1068dda70 | 7 | #define LED_YE_R_SET FIO1SET(30) |
andrewboyson | 17:13a1068dda70 | 8 | #define LED_YE_R_CLR FIO1CLR(30) |