Skip to content

Commit 098b8e0

Browse files
authored
[AE-15] Remove "Arduino.h" in Arduino_BHY2 (#89)
* Remove "Arduino.h" * Remove Arduino.h * Debug flag -> false
1 parent 13f984a commit 098b8e0

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

Arduino_BHY2/examples/App/App.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
*/
1313

14-
#include "Arduino.h"
1514
#include "Arduino_BHY2.h"
1615

1716
// Set DEBUG to true in order to enable debug print
@@ -31,4 +30,4 @@ void loop()
3130
{
3231
// Update and then sleep
3332
BHY2.update(100);
34-
}
33+
}

Arduino_BHY2/examples/AppLowDelay/AppLowDelay.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
*/
1313

14-
#include "Arduino.h"
1514
#include "Arduino_BHY2.h"
1615

1716
// Set DEBUG to true in order to enable debug print

Arduino_BHY2/examples/ReadSensorConfiguration/ReadSensorConfiguration.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
- sample rate and latency – from sensors.
44
*/
55

6-
#include "Arduino.h"
76
#include "Arduino_BHY2.h"
87

98
SensorXYZ accel(SENSOR_ID_ACC);

Arduino_BHY2/examples/ShowSensorList/ShowSensorList.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88

99

10-
#include "Arduino.h"
1110
#include "Arduino_BHY2.h"
1211

1312
void showSensorList()

0 commit comments

Comments
 (0)