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:
- 30:8f092276b2ba
- Parent:
- 29:44d5454ce8fa
--- a/LED/LED.h Fri Oct 18 22:33:25 2019 +0000 +++ b/LED/LED.h Tue Oct 22 02:03:26 2019 +0000 @@ -22,16 +22,16 @@ #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 - + #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(); + static void TapeledMode(uint8_t index); }; }