Skip to content

Commit

Permalink
[AE-15] Remove "Arduino.h" in Arduino_BHY2 (#89)
Browse files Browse the repository at this point in the history
* Remove "Arduino.h"

* Remove Arduino.h

* Debug flag -> false
  • Loading branch information
aliphys authored Apr 11, 2023
1 parent 13f984a commit 098b8e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions Arduino_BHY2/examples/App/App.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*
*/

#include "Arduino.h"
#include "Arduino_BHY2.h"

// Set DEBUG to true in order to enable debug print
Expand All @@ -31,4 +30,4 @@ void loop()
{
// Update and then sleep
BHY2.update(100);
}
}
1 change: 0 additions & 1 deletion Arduino_BHY2/examples/AppLowDelay/AppLowDelay.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*
*/

#include "Arduino.h"
#include "Arduino_BHY2.h"

// Set DEBUG to true in order to enable debug print
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- sample rate and latency – from sensors.
*/

#include "Arduino.h"
#include "Arduino_BHY2.h"

SensorXYZ accel(SENSOR_ID_ACC);
Expand Down
1 change: 0 additions & 1 deletion Arduino_BHY2/examples/ShowSensorList/ShowSensorList.ino
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/


#include "Arduino.h"
#include "Arduino_BHY2.h"

void showSensorList()
Expand Down

0 comments on commit 098b8e0

Please sign in to comment.