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 lpc1768 crypto clock web log
net-this/net-jack-leds.h
- Committer:
- andrewboyson
- Date:
- 2019-05-01
- Revision:
- 60:7cab896b0fd4
- Parent:
- net-setup/net-jack-leds.h@ 19:e95161b21b32
File content as of revision 60:7cab896b0fd4:
#define LED_GR_L_DIR FIO2DIR(0) //P2.0 ==> p26 output
#define LED_GR_L_SET FIO2SET(0)
#define LED_GR_L_CLR FIO2CLR(0)
#define LED_YE_R_DIR FIO2DIR(1) //P2.1 ==> p25 output
#define LED_YE_R_SET FIO2SET(1)
#define LED_YE_R_CLR FIO2CLR(1)