大季 矢花
/
MB2019_main_11_19_yoru
aa
Diff: LED/LED.h
- Revision:
- 30:8f092276b2ba
- Parent:
- 29:44d5454ce8fa
- Child:
- 36:418ee5567687
--- 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); }; }