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:
- 36:418ee5567687
- Parent:
- 30:8f092276b2ba
--- a/LED/LED.h Tue Oct 29 14:54:17 2019 +0000
+++ b/LED/LED.h Wed Oct 30 07:23:44 2019 +0000
@@ -22,11 +22,11 @@
#define LED_MU LED::boardLED[3]
// LED
- #define LED_TAPE0_PIN PB_0
- #define LED_TAPE1_PIN PC_1
+ #define LED_TAPE0_PIN PC_2
+ #define LED_TAPE1_PIN PC_3
#define LED_TAPE2_PIN PC_0
- #define LED_TAPE3_PIN PC_3
- #define LED_TAPE4_PIN PC_2
+ #define LED_TAPE3_PIN PC_1
+ #define LED_TAPE4_PIN PB_0
class LED {
public: