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.
Diff: LED/LED.h
- Revision:
- 29:44d5454ce8fa
- Parent:
- 16:3f2c2d89372b
- Child:
- 30:8f092276b2ba
--- a/LED/LED.h Thu Oct 03 05:33:48 2019 +0000
+++ b/LED/LED.h Fri Oct 18 22:33:25 2019 +0000
@@ -10,16 +10,25 @@
#define LED_ON 0
#define LED_OFF 1
- #define LED_DEBUG0_PIN PA_8
- #define LED_DEBUG1_PIN PB_10
- #define LED_DEBUG2_PIN PB_4
- #define LED_MU_PIN PB_5
+ // BOARD_DEBUG_LED
+ #define LED_DEBUG0_PIN PD_2
+ #define LED_DEBUG1_PIN PC_12
+ #define LED_DEBUG2_PIN PA_15
+ #define LED_MU_PIN PB_7
#define LED_DEBUG0 LED::boardLED[0]
#define LED_DEBUG1 LED::boardLED[1]
#define LED_DEBUG2 LED::boardLED[2]
#define LED_MU LED::boardLED[3]
+ // LED
+ #define LED_tape0_PIN PB_0
+ #define LED_tape1_PIN PC_1
+ #define LED_tape2_PIN PC_0
+ #define LED_tape3_PIN PC_3
+ #define LED_tape4_PIN PC_2
+
+
class LED {
public:
static void Initialize();