We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c233e12 commit 32424baCopy full SHA for 32424ba
cores/arduino/ard_sup/Arduino.h
@@ -39,7 +39,9 @@ extern "C"
39
// Include Apollo headers
40
#include "am_mcu_apollo.h"
41
#include "am_util.h"
42
-// #include "am_bsp.h"
+ // #include "am_bsp.h"
43
+
44
+#include <math.h> //Gets us pow()
45
46
#ifdef ARDUINO_REDEFINE_OVERFLOW
47
#warning "restoring OVERFLOW from value in ARDUINO_REDEFINE_OVERFLOW"
@@ -70,6 +72,8 @@ extern "C"
70
72
#define RAD_TO_DEG 57.295779513082320876798154814105
71
73
#define EULER 2.718281828459045235360287471352
74
75
+typedef bool boolean;
76
77
enum BitOrder
78
{
79
LSBFIRST = 0,
0 commit comments