Skip to content

Commit 324b60c

Browse files
committed
Always include Arduino.h
1 parent 0a9127a commit 324b60c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Adafruit_Sensor.h

-7
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,7 @@
2020
#ifndef _ADAFRUIT_SENSOR_H
2121
#define _ADAFRUIT_SENSOR_H
2222

23-
#ifndef ARDUINO
24-
#include <stdint.h>
25-
#elif ARDUINO >= 100
2623
#include "Arduino.h"
27-
#include "Print.h"
28-
#else
29-
#include "WProgram.h"
30-
#endif
3124

3225
/* Constants */
3326
#define SENSORS_GRAVITY_EARTH (9.80665F) /**< Earth's gravity in m/s^2 */

0 commit comments

Comments
 (0)