File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 9
9
* [ buttons] ( #modulino.buttons )
10
10
* [ ModulinoButtons] ( #modulino.buttons.ModulinoButtons )
11
11
* [ \_\_ init\_\_ ] ( #modulino.buttons.ModulinoButtons.__init__ )
12
+ * [ led\_ a] ( #modulino.buttons.ModulinoButtons.led_a )
13
+ * [ led\_ b] ( #modulino.buttons.ModulinoButtons.led_b )
14
+ * [ led\_ c] ( #modulino.buttons.ModulinoButtons.led_c )
12
15
* [ set\_ led\_ status] ( #modulino.buttons.ModulinoButtons.set_led_status )
13
16
* [ long\_ press\_ duration] ( #modulino.buttons.ModulinoButtons.long_press_duration )
14
17
* [ long\_ press\_ duration] ( #modulino.buttons.ModulinoButtons.long_press_duration )
@@ -197,6 +200,39 @@ Initializes the Modulino Buttons.
197
200
- `i2c_bus` _I2C_ - The I2C bus to use. If not provided, the default I2C bus will be used.
198
201
- `address` _int_ - The I2C address of the module. If not provided, the default address will be used.
199
202
203
+ < a id = " modulino.buttons.ModulinoButtons.led_a" >< / a>
204
+
205
+ # ## `led_a`
206
+
207
+ ```python
208
+ @ property
209
+ def led_a () -> ModulinoButtonsLED
210
+ ```
211
+
212
+ Returns the LED A object of the module.
213
+
214
+ < a id =" modulino.buttons.ModulinoButtons.led_b" >< / a>
215
+
216
+ # ## `led_b`
217
+
218
+ ```python
219
+ @ property
220
+ def led_b() -> ModulinoButtonsLED
221
+ ```
222
+
223
+ Returns the LED B object of the module.
224
+
225
+ < a id =" modulino.buttons.ModulinoButtons.led_c" >< / a>
226
+
227
+ # ## `led_c`
228
+
229
+ ```python
230
+ @ property
231
+ def led_c() -> ModulinoButtonsLED
232
+ ```
233
+
234
+ Returns the LED C object of the module.
235
+
200
236
< a id =" modulino.buttons.ModulinoButtons.set_led_status" >< / a>
201
237
202
238
# ## `set_led_status`
You can’t perform that action at this time.
0 commit comments