Added '_U' extension to unified drivers

This commit is contained in:
KTOWN
2013-11-28 19:07:50 +01:00
parent 25bb1f2d79
commit d647f20dc0
3 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
#include <math.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 uint8_t _bmp085Mode;

View File

@@ -1,6 +1,6 @@
#include <Wire.h>
#include <Adafruit_Sensor.h>
#include <Adafruit_BMP085.h>
#include <Adafruit_BMP085_U.h>
/* This driver uses the Adafruit unified sensor library (Adafruit_Sensor),
which provides a common 'type' for sensor data and some helper functions.