Edit dsp310.ino added wire1 port for qwiic connector
This commit is contained in:
		@@ -93,7 +93,7 @@ void setup() {
 | 
				
			|||||||
  while (!Serial) delay(10);
 | 
					  while (!Serial) delay(10);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  Serial.println("DPS310");
 | 
					  Serial.println("DPS310");
 | 
				
			||||||
  if (! dps.begin_I2C()) {
 | 
					  if (! dps.begin_I2C(0x77,&Wire1)) {
 | 
				
			||||||
    Serial.println("Failed to find DPS");
 | 
					    Serial.println("Failed to find DPS");
 | 
				
			||||||
    while (1) yield();
 | 
					    while (1) yield();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user