| Rev 3524 | Rev 3526 | ||
|---|---|---|---|
| Line 21... | Line 21... | ||
| 21 | |
21 | |
| 22 | |
22 | |
| 23 | #### Sensor Configuration ########################################### |
23 | #### Sensor Configuration ########################################### |
| 24 | |
24 | |
| 25 | cfg = config.Config( |
25 | cfg = config.Config( |
| - | 26 | i2c = { |
|
| 26 | port = port, |
27 | "port": port, |
| - | 28 | }, |
|
| - | 29 | |
|
| 27 | bus = [ |
30 | bus = [ |
| 28 | { |
31 | { |
| 29 | "type": "i2chub", |
32 | "type": "i2chub", |
| 30 | "address": 0x72, |
33 | "address": 0x72, |
| 31 | |
34 | |