We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5925485 + dfe77f3 commit 572592aCopy full SHA for 572592a
hardware/arduino/avr/cores/arduino/Arduino.h
@@ -32,6 +32,7 @@ void yield(void);
32
#define TWO_PI 6.283185307179586476925286766559
33
#define DEG_TO_RAD 0.017453292519943295769236907684886
34
#define RAD_TO_DEG 57.295779513082320876798154814105
35
+#define EULER 2.718281828459045235360287471352
36
37
#define SERIAL 0x0
38
#define DISPLAY 0x1
hardware/arduino/sam/cores/arduino/wiring_constants.h
@@ -38,6 +38,7 @@ extern "C"{
39
40
41
42
43
44
0 commit comments