Skip to content

Commit 66a79a3

Browse files
committed
Update digital-io.md
1 parent bf0a8cb commit 66a79a3

File tree

1 file changed

+3
-6
lines changed
  • content/micropython/03.micropython/01.basics/00. digital-io

1 file changed

+3
-6
lines changed

content/micropython/03.micropython/01.basics/00. digital-io/digital-io.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
2-
3-
featured: micropython-101
4-
title: '2. Micropython Basics - Digital I/O'
5-
description: 'A guide to digital I/Oor loops on MicroPython.'
2+
title: 'Digital I/O'
3+
description: 'A guide to digital inputs and outputs using MicroPython.'
64
author: 'Pedro Lima'
7-
hero_image: "./hero-banner.png"
8-
5+
tags: [MicroPython, Digital I/O]
96
---
107

118
Digital pins are fundamental for interacting with the physical world using your Arduino board. With them, you can:

0 commit comments

Comments
 (0)