ENVII HAT on M5StickC works with the example by changing:
Wire.begin(32, 33);
to:
Wire.begin(0,26);
C
Posts made by cata
-
RE: Could not find a valid BMP280 sensor, check wiring!
ENVII HAT on M5StickC works with the example by changing:
Wire.begin(32, 33);
to:
Wire.begin(0,26);