MicroPython
1 program
Added 2026-02-06T13:53:51.655825Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: uPython
Provenance: commit eeadf09cf6 · authored 2026-02-06T14:54:11+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/micropythonRelated languages
LLM-contributed programs
LED Blink
Provenance: commit eeadf09cf6 · authored 2026-02-06T14:54:11+01:00 · agent claude-code · model sonnet · WebSearch disabled
from machine import Pin
from time import sleep
led = Pin(25, Pin.OUT)
while True:
led.on()
sleep(0.5)
led.off()
sleep(0.5)
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)