Skip to content

Commit 9ad7092

Browse files
committed
Update LEDRing.cpp
Fixed the PWM_MODE() error
1 parent 2cb02ac commit 9ad7092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LEDRing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void LEDRing::LEDRing_Set_BLUE(uint8_t led_n, uint8_t color) {
9393
void LEDRing::LEDRing_ClearAll(void) {
9494
uint8_t buff[6] = {0};
9595
uint8_t i = 0x00;
96-
PWM_MODE();
96+
LEDRing_PWM_MODE();
9797
while (i <= 0xB0) {
9898
writeBuff(i, buff, 6);
9999
writeBuff((i + 0x08), buff, 6);

0 commit comments

Comments
 (0)