File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,10 @@ or if a custom one was set.
223
223
def available_devices ()
224
224
```
225
225
226
- Finds all devices on the i2c bus and returns a list of Modulino objects .
226
+ Finds all devices on the i2c bus and returns them as a list of Modulino objects .
227
+
228
+ Returns :
229
+ list : A list of Modulino objects.
227
230
228
231
< a id = " modulino.modulino.Modulino.reset_bus" >< / a>
229
232
@@ -238,8 +241,7 @@ Resets the i2c bus. This is useful when the bus is in an unknown state.
238
241
The modulinos that are equipped with a micro controller use DMA operations.
239
242
If the host board does a reset during such operation it can make the bus get stuck.
240
243
241
- Returns
242
- ----
244
+ Returns:
243
245
I2C: A new i2c bus object after resetting the bus.
244
246
245
247
<a id =" modulino.pixels.ModulinoColor " ></a >
You can’t perform that action at this time.
0 commit comments