Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
BMP085 Class Reference
Simple library for interfacing with Bosch BMP085. More...
#include <bmp085.h>
Public Member Functions | |
| BMP085 (PinName clkPin, PinName dataPin) | |
| Create a BMP085 object connected to the specified pins. | |
| void | init () |
| Initialise SHT11. | |
Detailed Description
Simple library for interfacing with Bosch BMP085.
Revision 1.0
- Date:
- January 2015
Example:
#include "mbed.h" #include "bmp085.h"
Definition at line 55 of file bmp085.h.
Constructor & Destructor Documentation
| BMP085 | ( | PinName | clkPin, |
| PinName | dataPin | ||
| ) |
Create a BMP085 object connected to the specified pins.
- Parameters:
-
clkPin Pin connected to clk dataPin Pin connected to data
Definition at line 4 of file bmp085.cpp.
Member Function Documentation
| void init | ( | ) |
Initialise SHT11.
Definition at line 12 of file bmp085.cpp.
Generated on Fri Jul 15 2022 18:48:42 by
1.7.2