forked from adafruit/Adafruit_Sensor
non-Arduino compatibility
Should work with most standard C++ implementations
This commit is contained in:
@ -20,7 +20,9 @@
|
|||||||
#ifndef _ADAFRUIT_SENSOR_H
|
#ifndef _ADAFRUIT_SENSOR_H
|
||||||
#define _ADAFRUIT_SENSOR_H
|
#define _ADAFRUIT_SENSOR_H
|
||||||
|
|
||||||
#if ARDUINO >= 100
|
#ifndef ARDUINO
|
||||||
|
#include <stdint.h>
|
||||||
|
#elif ARDUINO >= 100
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
#include "Print.h"
|
#include "Print.h"
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user