Fixed math.h case for linux use
This commit is contained in:
parent
f2be3769ef
commit
a0550a01f5
2 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <Wire.h>
|
||||
#include <limits.h>
|
||||
#include <Math.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "Adafruit_10DOF.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@
|
|||
|
||||
#include <time.h>
|
||||
#include <Wire.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "Adafruit_BMP085_U.h" // Barrometric pressure
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue