TEConnectivity / Weather_Shield_Arduino_Library

Arduino library for the Weather Shield
MIT License
4 stars 5 forks source link

similar cases #1

Closed nikmonios closed 6 years ago

nikmonios commented 6 years ago

Hello,

I noticed that case Sensor_HTU21D and case Sensor_MS5637 send the same control signal to the Arduino board (LOW, LOW, LOW).

Is this intentional, or is it a bug?

williammarkezana commented 6 years ago

Hi @nikmonios

This is actually intentional, if you refer to the schematic available in the datasheet of the Weather Shield you can see that the HTU21D and the MS5637 are wired on the same channel of the I²C multiplexer.

schematic

nikmonios commented 6 years ago

That's great!

Thank you for your prompt reply!