https://github.com/techplexengineer/lib_bmp_bmp085
Arduino Library for the BMP085 I2C Barometric Pressure Sensor
https://github.com/techplexengineer/lib_bmp_bmp085
Last synced: 10 months ago
JSON representation
Arduino Library for the BMP085 I2C Barometric Pressure Sensor
- Host: GitHub
- URL: https://github.com/techplexengineer/lib_bmp_bmp085
- Owner: TechplexEngineer
- Created: 2013-02-16T04:16:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T20:17:14.000Z (over 7 years ago)
- Last Synced: 2025-02-25T09:19:06.037Z (about 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arduino Library for the BMP085 I2C Barometric Pressure Sensor
----------------------------
# Using the Library
1. Use the [zip link][1] to download the source
2. Extract the contents to your arduino libraries folder (mine is in my home directory ~/sketchbook/libaries You might need to create it.)
3. View the example program to see how to read and set the time.
# Credits
Original source from [Sparkfun.com][2]
[1]: https://github.com/TechplexEngineer/lib_BMP_BMP085/archive/master.zip
[2]: http://www.sparkfun.com/tutorial/Barometric/BMP085_Example_Code.pde