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
|
||||
#define _ADAFRUIT_SENSOR_H
|
||||
|
||||
#if ARDUINO >= 100
|
||||
#ifndef ARDUINO
|
||||
#include <stdint.h>
|
||||
#elif ARDUINO >= 100
|
||||
#include "Arduino.h"
|
||||
#include "Print.h"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user