ads1115 only
Fork of mbed by
Diff: LPC2300_MAP.h
- Revision:
- 4:5d1359a283bc
- Parent:
- 1:6b7f447ca868
- Child:
- 5:62573be585e9
--- a/LPC2300_MAP.h Fri Nov 14 15:25:20 2008 +0000 +++ b/LPC2300_MAP.h Thu Nov 27 16:23:24 2008 +0000 @@ -28,6 +28,11 @@ USBRX = 70 }; +#define LED1_PORT (4*32 + 28) +#define LED2_PORT (3*32 + 25) +#define LED3_PORT (4*32 + 29) +#define LED4_PORT (3*32 + 26) + #elif TARGET_PHAT40 enum { @@ -39,6 +44,11 @@ USBRX = 37 }; +#define LED1_PORT (1*32 + 18) +#define LED2_PORT (1*32 + 20) +#define LED3_PORT (1*32 + 21) +#define LED4_PORT (1*32 + 23) + #else #error "UNRECOGNISED TARGET" #endif