adafruit / Adafruit_CircuitPython_BNO08x

Helper library for the Hillcrest Laboratories BNO080 IMU
MIT License
22 stars 29 forks source link

for #30, adding type annotations #42

Closed rrahkola closed 1 year ago

rrahkola commented 1 year ago

Note: the BNO08X class property, self._two_ended_sequence_numbers, was initialized with send and receive entries, but was manipulated using integer keys. I simplified this to improve the mypy reporting by removing those initial entries.