zorxx/bmp180

1.0.0

uploaded 3 weeks ago
BMP180 Digital Pressure Sensor (temperature, barometric pressure, i2c)

readme

# bmp180 Library
This library provides support for the Bosch BMP180 Digital Pressure Sensor 

This library currently supports the following platforms:
* esp-idf

Add this component to an esp-idf project with the following command:
```bash
idf.py add-dependency "zorxx/bmp180"
```

Source for this project may be found at [https://github.com/zorxx/bmp180](https://github.com/zorxx/bmp180).

# Usage

The API for this library can be found in the `include/bmp180.h` header file.

# Unit Test 

A unit test application to validate the implementation of temperature and pressure compensation calculations can be found in the `test` directory of this repository.

# License
All files delivered with this library are released under the MIT license. See the `LICENSE` file for details.

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "zorxx/bmp180^1.0.0"

or download archive

Stats

  • Archive size
    Archive size: 6.13 KB
  • Downloaded in total
    Downloaded in total 3 times
  • Downloaded this version
    This version: 3 times

Badge

zorxx/bmp180 version: 1.0.0
|