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