Skip to content

Commit 396753c

Browse files
authored
修正拼写错误
1 parent 4361459 commit 396753c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial-extras/ws2812.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void loop(void) {
130130
LED_T[(count-1)%LED_N][0] = 0;
131131
LED_T[(count-1)%LED_N][1] = 0;
132132
LED_T[(count-1)%LED_N][2] = 0;
133-
//电亮这次的这个灯
133+
//点亮这次的这个灯
134134
//来个浅蓝色吧
135135
//亮度低一点,不然刺眼
136136
LED_T[count%LED_N][0] = 5; //R

0 commit comments

Comments
 (0)