9 lines
139 B
Python
9 lines
139 B
Python
|
|
||
|
import machine
|
||
|
import SI1145.py
|
||
|
|
||
|
i2c = machine.I2C(scl=machine.Pin(27), sda=machine.Pin(26))
|
||
|
i2c_addr = 0x60 # default ADDR for SI1145
|
||
|
|
||
|
|