Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sparkfun/sparkfun_ms5803-14ba_breakout_arduino_library

Arduino Library for the MS5803-14BA underwater pressure/depth sensor
https://github.com/sparkfun/sparkfun_ms5803-14ba_breakout_arduino_library

arduino arduino-library pressure-sensor-breakout sparkfun

Last synced: about 2 months ago
JSON representation

Arduino Library for the MS5803-14BA underwater pressure/depth sensor

Awesome Lists containing this project

README

        

SparkFun Pressure Sensor Breakout - MS5803-14BA Arduino Library
===============================================================

[![SparkFun Pressure Sensor Breakout - MS5803-14BA](https://cdn.sparkfun.com//assets/parts/9/8/1/1/12909-01a.jpg)](https://www.sparkfun.com/products/12909)

[*SparkFun Pressure Sensor Breakout - MS5803-14BA (SEN-12909)*](https://www.sparkfun.com/products/12909)

Arduino library gives user basic communication from sensor to microcontroller via I2C protocol.

Repository Contents
-------------------

* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE.
* **/src** - Source files for the library (.cpp, .h).
* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
* **library.properties** - General library properties for the Arduino package manager.

Documentation
--------------

* **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
* **[Product Repository](https://github.com/sparkfun/MS5803-14BA_Breakout)** - Main repository (including hardware files) for the MS5803-14BA sensor.
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/ms5803-14ba-pressure-sensor-hookup-guide)** - Basic hookup guide for the MS5803-14BA sensor.

Products that use this Library
---------------------------------

* [SEN-12909](https://www.sparkfun.com/products/12909)- Pressure sensor breakout.

Version History
---------------

* [v1.1.4](https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library/releases/tag/v1.1.4) - Fix the crash caused by calling reset before begin
* [v1.1.3](https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library/releases/tag/v1.1.3) - Add TwoWire as begin parameter. Library can now use any TwoWire port
* [V_1.1.2](https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library/releases/tag/V_1.1.2) - Fix issue with initializing I2C Bus on SAMD21, ESP8266
* [V_1.1.1](https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library/releases/tag/V_1.1.1) - Fixes a few integer math bugs in previous version
* [V_1.1.0](https://github.com/sparkfun/SparkFun_MS5803-14BA_Breakout_Arduino_Library/releases/tag/V_1.1.0) - Initial Arduino library manager version

License Information
-------------------

This product is _**open source**_!

Please see [LICENSE.md](./LICENSE.md) for more details.

Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.

Distributed as-is; no warranty is given.

- Your friends at SparkFun.