adafruit / Adafruit_CircuitPython_Register

Python data descriptor classes to represent hardware registers on I2C devices.
MIT License
51 stars 23 forks source link

changes import ustruct to struct #5

Closed mrmcwethy closed 7 years ago

mrmcwethy commented 7 years ago

as a result of Refine ustruct into struct in shared-bindings and shared-module. #205

mrmcwethy commented 7 years ago

Changes for ImportError are done. Let me know about the unpack_from. Code changes may be too risky.