Skip to content

Commit 3eacc47

Browse files
committed
update frontmatters
1 parent 1008daf commit 3eacc47

File tree

8 files changed

+8
-13
lines changed

8 files changed

+8
-13
lines changed

content/micropython/03.micropython/modulinos/01.installation/installation.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
32
title: 'Modulino Installation'
43
description: 'Get started with using the Modulinos'
54
author: 'Hannes Siebeneicher, Sebastian Romero'
6-
hero_image: "./hero-banner.png"
7-
5+
tags: [MicroPython, Package Installation]
86
---
97

108
In this tutorial, we will go through the installation process required for programming the Arduino Modulinos with MicroPython.

content/micropython/03.micropython/modulinos/02.modulino-distance/modulino-distance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Modulino Distance'
33
description: 'Get started with the Modulino Distance using MicroPython'
44
author: 'Hannes Siebeneicher, Sebastian Romero'
5-
hero_image: "./hero-banner.png"
5+
tags: [MicroPython, Time of Flight, Sensors]
66
---
77

88
In this tutorial, we will get started with the Modulino Distance, which can measure the distance to an object.

content/micropython/03.micropython/modulinos/03.modulino-pixels/modulino-pixels.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
32
title: 'Modulino Pixels'
43
description: 'Get started with the Modulino Pixels using MicroPython'
54
author: 'Hannes Siebeneicher, Sebastian Romero'
6-
hero_image: "./hero-banner.png"
5+
tags: [MicroPython, RGB, Pixel Strip]
76
---
87

98
In this tutorial, we will get started with the Modulino Pixels and control its RGB LEDs.

content/micropython/03.micropython/modulinos/04.modulino-buzzer/modulino-buzzer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Modulino Buzzer'
33
description: 'Get started with the Modulino Buzzer using MicroPython'
44
author: 'Hannes Siebeneicher, Sebastian Romero'
5-
hero_image: "./hero-banner.png"
5+
tags: [MicroPython, Piezo, Speaker]
66
---
77

88
In this tutorial, we will get started with the Modulino Buzzer, a piezo speaker that can output sound.

content/micropython/03.micropython/modulinos/05.modulino-buttons/modulino-buttons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Modulino Buttons'
33
description: 'Get started with the Modulino Buttons using MicroPython'
44
author: 'Hannes Siebeneicher, Sebastian Romero'
5-
hero_image: "./hero-banner.png"
5+
tags: [MicroPython, Pushbuttons, Digital Input]
66
---
77

88
In this tutorial, we will get started with the Modulino Buttons, a three-button Modulino.

content/micropython/03.micropython/modulinos/06.modulino-knob/modulino-knob.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Modulino Knob'
33
description: 'Get started with the Modulino Knob using MicroPython'
44
author: 'Hannes Siebeneicher, Sebastian Romero'
5-
hero_image: "./hero-banner.png"
5+
tags: [MicroPython, Rotary Encoder]
66
---
77

88
In this tutorial, we will get started with the Modulino Knob, a rotating knob with a button.

content/micropython/03.micropython/modulinos/07.modulino-thermo/modulino-thermo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Modulino Thermo'
33
description: 'Get started with the Modulino Thermo using MicroPython'
44
author: 'Hannes Siebeneicher, Sebastian Romero'
5-
hero_image: "./hero-banner.png"
5+
tags: [MicroPython, Environmental Sensor]
66
---
77

88
In this tutorial, we will get started with the Modulino Thermo, reading surrounding temperature and humidity.

content/micropython/03.micropython/modulinos/08.modulino-movement/modulino-movement.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
32
title: 'Modulino Movement'
43
description: 'Get started with using the Modulino Movement'
54
author: 'Hannes Siebeneicher, Sebastian Romero'
6-
hero_image: "./hero-banner.png"
7-
5+
tags: [MicroPython, Movement, IMU]
86
---
97

108
In this tutorial, we will get started with the Modulino Movement, measuring acceleration and positioning.

0 commit comments

Comments
 (0)