mirror of
https://github.com/cmur2/python-veml6070.git
synced 2024-12-22 00:54:23 +01:00
module: fix formatting with yapf 0.32.0
This commit is contained in:
parent
b7e9ce5ff4
commit
4bc976fe0d
@ -32,6 +32,7 @@ NORMALIZED_UVA_SENSITIVITY = 0.05
|
|||||||
|
|
||||||
|
|
||||||
class Veml6070():
|
class Veml6070():
|
||||||
|
|
||||||
def __init__(self, i2c_bus=1, sensor_address=ADDR_L, rset=RSET_270K, integration_time=INTEGRATIONTIME_1T):
|
def __init__(self, i2c_bus=1, sensor_address=ADDR_L, rset=RSET_270K, integration_time=INTEGRATIONTIME_1T):
|
||||||
self.bus = smbus.SMBus(i2c_bus)
|
self.bus = smbus.SMBus(i2c_bus)
|
||||||
self.sendor_address = sensor_address
|
self.sendor_address = sensor_address
|
||||||
|
Loading…
Reference in New Issue
Block a user