micropython-lib
micropython-lib copied to clipboard
Core Python libraries ported to MicroPython
uminio is a MicroPython client for MinIO object storage. This commit add the uminio folder and all its content in the python-ecosys folder. Original implementation for AWS S3: https://github.com/DanielMilstein/uboto3/
I noticed how large payload are cut-off when using the high-level receive-functions provided by the websocket implementation of aiohttp. The following debug statements show the observed truncation: ``` diff --git...
### Summary * Added `bAlternateSetting` as argument to `Descriptor.interface`, because it is used for USB MIDI 2.0 * Fixed the loop reserving other string indexes used by built-in drivers `while...
using USBDevice hid, cannot search for devices in webUSB(webhid) . I want to debug it in webhid, how can I do it https://github.com/myst729/arduino-webhid/blob/master/webhid.html