issues
search
geoffklee
/
micropython-smbus
A wrapper to provide methods of the CPython 'smbus' module on micropython
MIT License
24
stars
5
forks
source link
update to support 16-bit address memory
#6
Open
karelv
opened
1 day ago
karelv
commented
1 day ago
Changes as in this PR from @matteius :
https://github.com/geoffklee/micropython-smbus/pull/5
update
read_i2c_block_data
&
write_i2c_block_data
to support 16 bit memory addresses.
read_i2c_block_data
&write_i2c_block_data
to support 16 bit memory addresses.