We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0a8cb commit 66a79a3Copy full SHA for 66a79a3
content/micropython/03.micropython/01.basics/00. digital-io/digital-io.md
@@ -1,11 +1,8 @@
1
---
2
-
3
-featured: micropython-101
4
-title: '2. Micropython Basics - Digital I/O'
5
-description: 'A guide to digital I/Oor loops on MicroPython.'
+title: 'Digital I/O'
+description: 'A guide to digital inputs and outputs using MicroPython.'
6
author: 'Pedro Lima'
7
-hero_image: "./hero-banner.png"
8
+tags: [MicroPython, Digital I/O]
9
10
11
Digital pins are fundamental for interacting with the physical world using your Arduino board. With them, you can:
0 commit comments