micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.39k stars 994 forks source link

Add i2c_register to micropython-lib #860

Open SquirtleSquadLeader opened 4 months ago

SquirtleSquadLeader commented 4 months ago

Path: micropython-lib/micropython/register

This addition would provide objects which allow for pythonic access to I2C registers.

Signed off by SquirtleSquadLeader