Skip to content

Commit 98c3d71

Browse files
committed
add to sidebar
1 parent 41cd4ac commit 98c3d71

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

content/micropython/03.micropython/00.first-steps/00.into-micropython/intro-micropython.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: 'Introduction to MicroPython'
33
description: 'Learn about the fundamentals of Micropython on Arduino boards.'
44
author: 'Pedro Lima'
55
tags: [MicroPython, Introduction]
6+
micropython_type: test
67
---
78

89
MicroPython is a lightweight implementation of Python 3 designed to run on microcontrollers and embedded systems. Think of it as a mini-version of Python, tailored for hardware with limited resources like memory and processing power. Despite its smaller size, MicroPython retains the simplicity and flexibility of Python, making it an excellent option for programming hardware.

content/micropython/03.micropython/00.first-steps/01.install-guide/installing-micropython.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: 'Installing MicroPython'
44
description: 'Learn how to install MicroPython on your Arduino board.'
55
author: 'Pedro Lima'
66
tags: [MicroPython, Installation]
7+
micropython_type: test
78
---
89

910
# Installing MicroPython

content/micropython/03.micropython/00.first-steps/02.first-sketch/first-sketch.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: 'My First Script'
33
description: 'Learn how to write a basic MicroPython script to blink an LED.'
44
author: 'Pedro Lima'
55
tags: [MicroPython, Blink]
6+
micropython_type: test
67
---
78

89
In this tutorial, we will create our very first MicroPython script that will run on an Arduino board. Starting of simple, we will make an LED blink, a classic beginner project that will get us familiar with the MicroPython programming environment.

0 commit comments

Comments
 (0)