File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 37
37
38
38
#include "binary.h"
39
39
40
+ #define PI 3.1415926535897932384626433832795
41
+ #define HALF_PI 1.5707963267948966192313216916398
42
+ #define TWO_PI 6.283185307179586476925286766559
43
+ #define DEG_TO_RAD 0.017453292519943295769236907684886
44
+ #define RAD_TO_DEG 57.295779513082320876798154814105
45
+ #define EULER 2.718281828459045235360287471352
46
+
40
47
#ifdef __cplusplus
41
48
extern "C" {
42
49
#endif
@@ -54,13 +61,6 @@ enum ARD_CHAR_ENUM_lAnoShw{
54
61
INPUT_PULLUP = 0x2
55
62
};
56
63
57
- #define PI 3.1415926535897932384626433832795
58
- #define HALF_PI 1.5707963267948966192313216916398
59
- #define TWO_PI 6.283185307179586476925286766559
60
- #define DEG_TO_RAD 0.017453292519943295769236907684886
61
- #define RAD_TO_DEG 57.295779513082320876798154814105
62
- #define EULER 2.718281828459045235360287471352
63
-
64
64
enum ARD_CHAR_ENUM_lAnoShw {
65
65
SERIAL = 0x0 ,
66
66
DISPLAY = 0x1
You can’t perform that action at this time.
0 commit comments