adafruit / Adafruit_CircuitPython_BME280

CircuitPython driver for the BME280
MIT License
63 stars 42 forks source link

Add type annotations, update docstrings #60

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago
  1. Resolves #55 by adding type annotations
  2. Updates a few of the docstrings for properties that say None can be returned. This seems to be a holdover for when they actually could return None. Since they no longer can, those lines in the docstrings have been removed and type annotated accordingly.