@@ -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)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.