Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sparkfun/sparkfun_ms5803-14ba_breakout_arduino_library
- Owner: sparkfun
- License: other
- Created: 2015-04-24T19:45:14.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T10:33:38.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:11:23.828Z (9 months ago)
- Topics: arduino, arduino-library, pressure-sensor-breakout, sparkfun
- Language: C++
- Size: 29.3 KB
- Stars: 9
- Watchers: 43
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 versionLicense 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.