adafruit / Adafruit_CircuitPython_MPU6050

CircuitPython helper library for the MPU6050 6-DoF Accelerometer and Gyroscope
MIT License
40 stars 16 forks source link

Add type annotations #23

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Resolves #20 by adding type annotations. Also changes the lists in docstrings to use asterisks.