We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229304b commit 4a6d27cCopy full SHA for 4a6d27c
content/micropython/01.basics/00.digital-io/digital-io.md
@@ -3,6 +3,7 @@ title: 'Digital I/O'
3
description: 'A guide to digital inputs and outputs using MicroPython.'
4
author: 'Pedro Lima'
5
tags: [MicroPython, Digital I/O]
6
+micropython_type: basics
7
---
8
9
Digital pins are fundamental for interacting with the physical world using your Arduino board. With them, you can:
content/micropython/02.environment/environment.md
@@ -1,3 +1,4 @@
1
2
-title: Learn about code editor and other tools in the MicroPython environment
+title: Environment
+description: Learn about code editor and other tools in the MicroPython environment
0 commit comments