Rev 3 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3 | Rev 4 | ||
|---|---|---|---|
| Line 161... | Line 161... | ||
| 161 | 161 | ||
| 162 | 162 | ||
| 163 | // Initialize Comms |
163 | // Initialize Comms |
| 164 | pMyDevice->I2cDevAddr = 0x29; // chibi-style |
164 | pMyDevice->I2cDevAddr = 0x29; // chibi-style |
| 165 | pMyDevice->comms_type = 1; |
165 | pMyDevice->comms_type = 1; |
| 166 | pMyDevice->comms_speed_khz = 400; |
166 | pMyDevice->comms_speed_khz = 100; |
| 167 | 167 | ||
| 168 | 168 | ||
| 169 | /* |
169 | /* |
| 170 | * Disable VL53L0X API logging if you want to run at full speed |
170 | * Disable VL53L0X API logging if you want to run at full speed |
| 171 | */ |
171 | */ |