You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write code interact with an MS5611 over I2C. Using an external library is fine for this (See MMFS's dependency on SparkFun's GNSS v3 library and our MAX-M10s's implementation of it as an example).
The sensor will need an int() method to establish communication and set up configuration, and a read() that reads the registers and updates the appropriate variables.
These classes should be pretty simple and most of the work will come in either determining what to write to the registers or which library to use to write to the registers for us.
The text was updated successfully, but these errors were encountered:
Write code interact with an MS5611 over I2C. Using an external library is fine for this (See MMFS's dependency on SparkFun's GNSS v3 library and our MAX-M10s's implementation of it as an example).
The sensor will need an
int()
method to establish communication and set up configuration, and aread()
that reads the registers and updates the appropriate variables.These classes should be pretty simple and most of the work will come in either determining what to write to the registers or which library to use to write to the registers for us.
The text was updated successfully, but these errors were encountered: