diff --git a/README.md b/README.md index 6c5867d..30c1a12 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-long + # Blink pattern short-short-pause while True: led.value(1) time.sleep_ms(250)