BME280 Combined humidity and pressure sensor library
Dependents: mDot_TTN_OTAA_Node LoraGPSLogger mDot_TTN_OTAA_Node_send_data_as_string
Fork of BME280 by
Diff: BME280.cpp
- Revision:
- 1:763a4018aaec
- Parent:
- 0:ade9be832910
- Child:
- 2:c35f637c28ef
--- a/BME280.cpp Mon Apr 06 09:13:00 2015 +0000 +++ b/BME280.cpp Mon Apr 06 09:19:41 2015 +0000 @@ -1,3 +1,17 @@ +/** + * BME280 Combined humidity and pressure sensor library + * + * @author Toyomasa Watarai + * @version 1.0 + * @date 06-April-2015 + * + * Library for "BME280 temperature, humidity and pressure sensor module" from Switch Science + * https://www.switch-science.com/catalog/2236/ + * + * For more information about the BME280: + * http://ae-bst.resource.bosch.com/media/products/dokumente/bme280/BST-BME280_DS001-09.pdf + */ + #include "mbed.h" #include "BME280.h"