diff --git a/README.md b/README.md index 30c1a12..7435863 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ from machine import Pin, SoftI2C, I2C # An infinite loop thread to blink LED def status_led(): - # Blink pattern short-short-pause + # Blink pattern blink-blink-pause while True: led.value(1) time.sleep_ms(250)