adafruit / Adafruit_CircuitPython_AMG88xx

circuit python driver from AMG88xx GRID-EYE 8x8 IR sensor
MIT License
38 stars 26 forks source link

Issue32 add type annotations #35

Closed tammymakesthings closed 2 years ago

tammymakesthings commented 2 years ago

Fixes issue #32

tekktrik commented 2 years ago

@FoamyGuy I think there's no harm in having the RWBit and RWBits imports outside of the try/except block here because they would have already been imported as part of from adafruit_register import i2c_bit, i2c_bits but not completely sure about that. Thoughts?