Added new EULER constant. Fixes #1792

This commit is contained in:
Federico Fissore 2014-01-06 09:48:34 +01:00
parent 618f537691
commit 9fce7f1839
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ void yield(void);
#define TWO_PI 6.283185307179586476925286766559
#define DEG_TO_RAD 0.017453292519943295769236907684886
#define RAD_TO_DEG 57.295779513082320876798154814105
#define EULER = 2.718281828459045235360287471352
#define SERIAL 0x0
#define DISPLAY 0x1

View File

@ -38,6 +38,7 @@ extern "C"{
#define TWO_PI 6.283185307179586476925286766559
#define DEG_TO_RAD 0.017453292519943295769236907684886
#define RAD_TO_DEG 57.295779513082320876798154814105
#define EULER = 2.718281828459045235360287471352
#define SERIAL 0x0
#define DISPLAY 0x1