Coder Social home page Coder Social logo

136446529 / bmp180_driver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lix198911m10d/bmp180_driver

0.0 0.0 0.0 28 KB

Bosch Sensortec BMP180 sensor driver. To report issues, go to https://community.bosch-sensortec.com/t5/Bosch-Sensortec-Community/ct-p/bst_community

License: BSD 3-Clause "New" or "Revised" License

C 100.00%

bmp180_driver's Introduction

Table of Contents

Introduction

  • This package contains the Bosch Sensortec MEMS pressure sensor driver (sensor API)
  • The sensor driver package includes bmp180.h, bmp180.c and bmp180_support.c files

Version

  • Version of bmp180 sensor driver is:
    • bmp180.c - V2.0.3
    • bmp180.h - V2.2.2
    • bmp180_support.c - V1.0.4

Integration details

  • Integrate bmp180.h and bmp180.c file in to your project.
  • The bmp180_support.c file contains only examples for API use cases, so it is not required to integrate into project.

Driver files information

  • bmp180.h
    • This header file has the register address definition, constant definitions, data type definition and supported sensor driver calls declarations.
  • bmp180.c
    • This file contains the implementation for the sensor driver APIs.
  • bmp180_support.c
    • This file shall be used as an user guidance, here you can find samples of * Initialize the sensor with I2C communication - Add your code to the I2C bus read and bus write functions. - Return value can be chosen by yourself - API just passes that value to your application code - Add your code to the delay function
      • Reading the sensor read out data

Supported sensor interface

  • This pressure sensor driver supports I2C and SPI interfaces

Copyright

  • Copyright (C) 2008 - 2015 Bosch Sensortec GmbH

bmp180_driver's People

Contributors

bst-github-admin avatar frolswe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.