Controls the central heating system and the lights.
Dependencies: 1-wire clock crypto fram log lpc1768 net web wiz mbed
net-this/net-jack-leds.h@8:8ac076ce51af, 2022-11-12 (annotated)
- Committer:
- andrewboyson
- Date:
- Sat Nov 12 10:03:38 2022 +0000
- Revision:
- 8:8ac076ce51af
- Parent:
- 0:22b158d3c76f
Updated LPC1768 library
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 0:22b158d3c76f | 1 | |
andrewboyson | 0:22b158d3c76f | 2 | #define LED_GR_L_DIR FIO1DIR(31) //P1.31 ==> p20 output |
andrewboyson | 0:22b158d3c76f | 3 | #define LED_GR_L_SET FIO1SET(31) |
andrewboyson | 0:22b158d3c76f | 4 | #define LED_GR_L_CLR FIO1CLR(31) |
andrewboyson | 0:22b158d3c76f | 5 | |
andrewboyson | 0:22b158d3c76f | 6 | #define LED_YE_R_DIR FIO1DIR(30) //P1.30 ==> p19 output |
andrewboyson | 0:22b158d3c76f | 7 | #define LED_YE_R_SET FIO1SET(30) |
andrewboyson | 0:22b158d3c76f | 8 | #define LED_YE_R_CLR FIO1CLR(30) |