2024-09-2901

This commit is contained in:
hans-jurgen 2024-09-29 11:41:05 +02:00
parent b5ba8d2a0a
commit d47660963e

View File

@ -47,7 +47,7 @@ void setup() {
unsigned status; unsigned status;
// default settings // default settings
status = bme.begin(); status = bme.begin(0x77);
// You can also pass in a Wire library object like &Wire2 // You can also pass in a Wire library object like &Wire2
// status = bme.begin(0x76, &Wire2) // status = bme.begin(0x76, &Wire2)
if (!status) { if (!status) {