mirror of
https://github.com/cmur2/python-bme280.git
synced 2025-06-26 02:30:23 +02:00
module: fix formatting with yapf 0.32.0
This commit is contained in:
@ -53,6 +53,7 @@ FILTER_16 = 0x04 # and all higher
|
||||
|
||||
|
||||
class Bme280():
|
||||
|
||||
def __init__(self, i2c_bus=1, sensor_address=ADDR):
|
||||
self.bus = smbus.SMBus(i2c_bus)
|
||||
self.sensor_address = sensor_address
|
||||
|
Reference in New Issue
Block a user