forked from adafruit/Adafruit_BMP085_Unified
Added '_U' extension to unified drivers
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#include "Adafruit_BMP085.h"
|
#include "Adafruit_BMP085_U.h"
|
||||||
|
|
||||||
static bmp085_calib_data _bmp085_coeffs; // Last read accelerometer data will be available here
|
static bmp085_calib_data _bmp085_coeffs; // Last read accelerometer data will be available here
|
||||||
static uint8_t _bmp085Mode;
|
static uint8_t _bmp085Mode;
|
@@ -1,6 +1,6 @@
|
|||||||
#include <Wire.h>
|
#include <Wire.h>
|
||||||
#include <Adafruit_Sensor.h>
|
#include <Adafruit_Sensor.h>
|
||||||
#include <Adafruit_BMP085.h>
|
#include <Adafruit_BMP085_U.h>
|
||||||
|
|
||||||
/* This driver uses the Adafruit unified sensor library (Adafruit_Sensor),
|
/* This driver uses the Adafruit unified sensor library (Adafruit_Sensor),
|
||||||
which provides a common 'type' for sensor data and some helper functions.
|
which provides a common 'type' for sensor data and some helper functions.
|
||||||
|
Reference in New Issue
Block a user