# Maqueta: Intermitente led amarillo

Nos vamos a [https://python.microbit.org/](https://python.microbit.org/) y ponemos este código:

```python
from microbit import *
display.show(Image.HOUSE)
pin16.write_digital(0)
while True:
    pin16.write_digital(1)
    sleep(1000)
    pin16.write_digital(0)
    sleep(1000)
```

[![2025-11-06 14_56_27-Mattermost Desktop App.png](https://libros.catedu.es/uploads/images/gallery/2025-11/scaled-1680-/2025-11-06-14-56-27-mattermost-desktop-app.png)](https://libros.catedu.es/uploads/images/gallery/2025-11/2025-11-06-14-56-27-mattermost-desktop-app.png)

<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" frameborder="0" height="874" src="https://www.youtube.com/embed/fjCu82BzQE4" title="4 de noviembre de 2025" width="492"></iframe>