Monitor motorhome leisure battery and provide simple control of habitation
Dependencies: net lpc1768 crypto clock web fram log
net-this/net-jack-leds.h@0:b843d647695c, 2021-01-14 (annotated)
- Committer:
- andrewboyson
- Date:
- Thu Jan 14 16:05:55 2021 +0000
- Revision:
- 0:b843d647695c
Creation (mostly a copy of heating at the moment)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
andrewboyson | 0:b843d647695c | 1 | |
andrewboyson | 0:b843d647695c | 2 | #define LED_GR_L_DIR FIO1DIR(31) //P1.31 ==> p20 output |
andrewboyson | 0:b843d647695c | 3 | #define LED_GR_L_SET FIO1SET(31) |
andrewboyson | 0:b843d647695c | 4 | #define LED_GR_L_CLR FIO1CLR(31) |
andrewboyson | 0:b843d647695c | 5 | |
andrewboyson | 0:b843d647695c | 6 | #define LED_YE_R_DIR FIO1DIR(30) //P1.30 ==> p19 output |
andrewboyson | 0:b843d647695c | 7 | #define LED_YE_R_SET FIO1SET(30) |
andrewboyson | 0:b843d647695c | 8 | #define LED_YE_R_CLR FIO1CLR(30) |