Skip to content

Commit

Permalink
修改一处说明错误
Browse files Browse the repository at this point in the history
  • Loading branch information
WKJay committed Sep 18, 2019
1 parent 07fc664 commit bf9a607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ led_mem_opreation_t led_mem_opreation;
char *led_blink_mode_0 = "500,500,"; //1Hz闪烁
char *led_blink_mode_1 = "50,50,"; //10Hz闪烁
char *led_blink_mode_2 = "0,100,"; //常灭
char *led_blink_mode_3 = "100,100,"; //常亮
char *led_blink_mode_3 = "100,0,"; //常亮
char *led_blink_mode_4 = "100,100,100,1000,";//非固定时间
char *led_blink_mode_5 = "500,100,";
//定义开灯函数
Expand Down

0 comments on commit bf9a607

Please sign in to comment.