Rev 4268 Rev 4371
Line 8... Line 8...
8   8  
9 while True: 9 while True:
10 #### Sensor Configuration ########################################### 10 #### Sensor Configuration ###########################################
11 cfg = config.Config( 11 cfg = config.Config(
12 i2c = { 12 i2c = {
13 "port": 0, # I2C bus number 13 "port": 6, # I2C bus number
14 }, 14 },
15   15  
16 bus = [ 16 bus = [
17 { 17 {
18 "type": "i2chub", 18 "type": "i2chub",