File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 99* [ buttons] ( #modulino.buttons )
1010 * [ ModulinoButtons] ( #modulino.buttons.ModulinoButtons )
1111 * [ \_\_ 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 )
1215 * [ set\_ led\_ status] ( #modulino.buttons.ModulinoButtons.set_led_status )
1316 * [ long\_ press\_ duration] ( #modulino.buttons.ModulinoButtons.long_press_duration )
1417 * [ long\_ press\_ duration] ( #modulino.buttons.ModulinoButtons.long_press_duration )
@@ -197,6 +200,39 @@ Initializes the Modulino Buttons.
197200- `i2c_bus` _I2C_ - The I2C bus to use. If not provided, the default I2C bus will be used.
198201- `address` _int_ - The I2C address of the module. If not provided, the default address will be used.
199202
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+
200236< a id =" modulino.buttons.ModulinoButtons.set_led_status" >< / a>
201237
202238# ## `set_led_status`
You can’t perform that action at this time.
0 commit comments