micropython-lib/micropython
SquirtleSquadLeader 728839d526
Add i2c register object
Path: micropython-lib/micropython/register

Allows for Object Oriented access to I2C registers.
2024-05-23 12:28:59 -04:00
..
aioespnow
aiorepl
bluetooth all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00
bundles
drivers all: Enable ruff E401 and E402 import lints. 2024-05-17 17:06:33 +10:00
espflash all: Enable Ruff lint F541 'f-string without any placeholders'. 2024-05-15 18:11:46 +10:00
lora all: Enable Ruff lint F541 'f-string without any placeholders'. 2024-05-15 18:11:46 +10:00
mip
mip-cmdline
net
register Add i2c register object 2024-05-23 12:28:59 -04:00
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple
upysh
urequests
urllib.urequest
usb
xmltok
README.md

README.md

MicroPython-specific packages

These are packages that have been written specifically for use on MicroPython.

Packages in this directory should not have the same name as modules from the Python Standard Library.

Future plans

  • More organised directory structure based on purpose (e.g. drivers, network, etc).