Skip to content

Commit 027be6d

Browse files
Fixes
1 parent 3dd4d92 commit 027be6d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

content/hardware/11.accessories/modulino-nodes/modulino-buttons/tutorials/how-buttons-mp/how-to-buttons-mp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "How To Use The Modulino Thermo And MicroPython"
3-
description: "Learn how to get the most out of your Modulino Thermo in a MicroPython environment."
2+
title: "How To Use The Modulino Buttons And MicroPython"
3+
description: "Learn how to get the most out of your Modulino Buttons in a MicroPython environment."
44
tags:
55
- Modulino
66
- QWIIC

content/hardware/11.accessories/modulino-nodes/modulino-buzzer/tutorials/how-buzzer-mp/content.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "How To Use The Modulino Movement And MicroPython"
3-
description: "Learn how to get the most out of your Modulino Movement in a MicroPython environment."
2+
title: "How To Use The Modulino Buzzer And MicroPython"
3+
description: "Learn how to get the most out of your Modulino Buzzer in a MicroPython environment."
44
tags:
55
- Modulino
66
- QWIIC
77
- I2C
88
author: 'Pedro Sousa Lima'
99
hardware:
10-
- hardware/11.modulinos/modulinos/modulino-movement
10+
- hardware/11.modulinos/modulinos/modulino-buzzer
1111
software:
1212
- ide-v2
1313
- web-editor
@@ -34,9 +34,9 @@ One unique feature of this setup is the ability to change the I²C address via s
3434

3535
The default I²C address for the **Modulino Buzzer** module is:
3636

37-
| Modulino I²C Address | Hardware I²C Address |Editable Addresses (HEX)|
38-
|----------------------|----------------------|----------------------|
39-
| 0x3C | 0x1E |Any custom address (via software configuration)
37+
| Modulino I²C Address | Hardware I²C Address | Editable Addresses (HEX) |
38+
|----------------------|----------------------|-------------------------------------------------|
39+
| 0x3C | 0x1E | Any custom address (via software configuration) |
4040

4141

4242
When scanning for I²C address on the bus, you might find the modulino using the **Hardware I²C Address**. However, you should always use the **Modulino I²C Address** when using the official Modulino library.

content/hardware/11.accessories/modulino-nodes/modulino-movement/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Modulino® Movement
2+
title: Modulino Movement
33
url_shop: https://store.arduino.cc/products/modulino-movement
44
url_guide: https://courses.arduino.cc/plugandmake
55
primary_button_url: https://docs.arduino.cc/tutorials/modulino-movement/how-movement-ardu/

content/hardware/11.accessories/modulino-nodes/modulino-thermo/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Modulino® Thermo
2+
title: Modulino Thermo
33
url_shop: https://store.arduino.cc/products/modulino-thermo
44
url_guide: https://courses.arduino.cc/plugandmake
55
primary_button_url: https://docs.arduino.cc/tutorials/modulino-thermo/how-thermo-ardu/

0 commit comments

Comments
 (0)