From 4d7370f53d3d74d3fab3bab4fe4924d2f2f7abfd Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 4 May 2025 16:33:50 -0400 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)