|
4 | 4 |
|
5 | 5 | Members | Descriptions
|
6 | 6 | --------------------------------------------|------------------------------------------
|
7 |
| -| `class` [`ModulinoClass`](#modulinoclass) | The base class for all Modulino components, providing essential functionality and structure for all subsequent Modulino modules. | |
8 |
| -| `class` [`ModulinoButtons`](#modulinobuttons) | Handles the functionality of Modulino Buttons, enabling detection of presses and handling input events. | |
9 |
| -| `class` [`ModulinoBuzzer`](#modulinobuttons) |Handles the functionality of Modulino Buzzer, enabling the sound generation for feedback or alerts. | |
10 |
| -| `class` [`ModulinoPixels`](#modulinopixels) | Handles the functionality of Modulino Pixels, managing LEDs strip color, status and brightness. | |
11 |
| -| `class` [`ModulinoKnob`](#modulinoknob) | Handles the functionality of Modulino Knob, interfacing with the rotary knob position. | |
| 7 | +| `class` [`ModulinoClass`](#modulinoclass) | The base class for all Modulino components, providing essential functionality and structure for all subsequent Modulino modules. | |
| 8 | +| `class` [`ModulinoButtons`](#modulinobuttons) | Handles the functionality of Modulino Buttons, enabling detection of presses and handling input events. | |
| 9 | +| `class` [`ModulinoBuzzer`](#modulinobuttons) |Handles the functionality of Modulino Buzzer, enabling the sound generation for feedback or alerts. | |
| 10 | +| `class` [`ModulinoPixels`](#modulinopixels) | Handles the functionality of Modulino Pixels, managing LEDs strip color, status and brightness. | |
| 11 | +| `class` [`ModulinoKnob`](#modulinoknob) | Handles the functionality of Modulino Knob, interfacing with the rotary knob position. | |
12 | 12 | | `class` [`ModulinoMovement`](#modulinomovement) | Handles the functionality of Modulino Movement,interfacing with the IMU sensor to get acceleration readings. |
|
13 |
| -| `class` [`ModulinoThermo`](#modulinothermo) | Handles the functionality of Modulino Thermo, managing temperature sensors to provide real-time temperature and humidity readings. | |
| 13 | +| `class` [`ModulinoThermo`](#modulinothermo) | Handles the functionality of Modulino Thermo, managing temperature sensors to provide real-time temperature and humidity readings. | |
14 | 14 | | `class` [`ModulinoPressure`](#modulinopressure) | Handles the functionality of Modulino Pressure, interfacing with pressure sensors to get atmospheric pressure. |
|
15 | 15 |
|
16 | 16 | ### ModulinoClass
|
@@ -172,4 +172,4 @@ Represents a color for Modulino Pixels modules.
|
172 | 172 |
|
173 | 173 | ## License
|
174 | 174 |
|
175 |
| -This library is released under the [LGPLv2.1 license](../LICENSE). |
| 175 | +This library is released under the [MPL-2.0 license](../LICENSE). |
0 commit comments