Direkt zum Inhalt

Bosch Sensor auslesen

Annotationen/Kommentare
Serlo | 30.4.2019 | 22:30

Schaltungsaufbau Programmcode import time import board import busio import adafruit_bme280 # Create the I2C interface. i2c = busio.I2C(board.SCL, board.SDA) # Create the BME280 Sensor class. bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c, address=118) # change this to match the location's ...