File tree 17 files changed +124
-5
lines changed
TemperatureHumidityMatrix
17 files changed +124
-5
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Buttons - Basic
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include < Modulino.h>
2
10
3
11
ModulinoButtons buttons;
Original file line number Diff line number Diff line change 1
- // Integration with https://github.com/LennartHennigs/Button2
1
+ /*
2
+ * Modulino Buttons - Button2 Integration
3
+ * Integration with https://github.com/LennartHennigs/Button2
4
+ *
5
+ * This example code is in the public domain.
6
+ * Copyright (c) 2025 Arduino
7
+ * SPDX-License-Identifier: MPL-2.0
8
+ */
2
9
3
10
#include " Modulino.h"
4
11
#include " Button2.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Buzzer - Basic
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include < Modulino.h>
2
10
3
11
ModulinoBuzzer buzzer;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Buzzer - Simple melody
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include < Modulino.h>
2
10
3
11
ModulinoBuzzer buzzer;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Distance - Basic
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include " Modulino.h"
2
10
3
11
ModulinoDistance distance;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Knob - Basic
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include < Modulino.h>
2
10
3
11
ModulinoKnob knob;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Knob - Encoder Setter
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include " Modulino.h"
2
10
3
11
ModulinoKnob encoder;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Movement - Basic
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include " Modulino.h"
2
10
3
11
ModulinoMovement movement;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Pixels - Basic
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include < Modulino.h>
2
10
3
11
ModulinoPixels leds;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Pixels - Simple Animation
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include < Modulino.h>
2
10
3
11
ModulinoPixels leds;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Thermo - Basic
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include < Modulino.h>
2
10
3
11
// Create object instance
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino Thermo - Temperature Humidity Matrix
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include " Modulino.h"
2
10
#include " ArduinoGraphics.h"
3
11
#include " Arduino_LED_Matrix.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino - Address Changer
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include " Wire.h"
2
10
3
11
// Setting new_address to 0 means that the module will get back its original address
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino - Firmware Updater
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#if defined(ARDUINO_UNOWIFIR4)
2
10
#include " ArduinoGraphics.h"
3
11
#include " Arduino_LED_Matrix.h"
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Modulino - Plug and Play
3
+ *
4
+ * This example code is in the public domain.
5
+ * Copyright (c) 2025 Arduino
6
+ * SPDX-License-Identifier: MPL-2.0
7
+ */
8
+
1
9
#include " Modulino.h"
2
10
3
11
ModulinoButtons buttons;
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2024 Arduino SA
1
+ // Copyright (c) 2025 Arduino SA
2
2
// SPDX-License-Identifier: MPL-2.0
3
3
4
4
#include " Modulino.h"
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2025 Arduino SA
2
+ // SPDX-License-Identifier: MPL-2.0
3
+
1
4
#ifndef ARDUINO_LIBRARIES_MODULINO_H
2
5
#define ARDUINO_LIBRARIES_MODULINO_H
3
6
4
- // Copyright (c) 2024 Arduino SA
5
- // SPDX-License-Identifier: MPL-2.0
6
-
7
7
#include " Wire.h"
8
8
#include < vl53l4cd_class.h> // from stm32duino
9
9
#include < vl53l4ed_class.h> // from stm32duino
You can’t perform that action at this time.
0 commit comments