adafruit / Adafruit_CircuitPython_BMP280

CircuitPython driver for the BMP280
MIT License
35 stars 25 forks source link

Error when running example #24

Closed Fjordx closed 4 years ago

Fjordx commented 4 years ago

In the sample code it states: from adafruit_bmp280 import adafruit_bmp280 while it should state: from adafruit_bmp280 import Adafruit_BMP280