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
@@ -59,13 +66,6 @@ typedef enum ARD_CHAR_ENUM_XWEZPiBoACuGnH{
59
66
OUTPUT_OPENDRAIN = 4 ,
60
67
} PinMode ;
61
68
62
- #define PI 3.1415926535897932384626433832795
63
- #define HALF_PI 1.5707963267948966192313216916398
64
- #define TWO_PI 6.283185307179586476925286766559
65
- #define DEG_TO_RAD 0.017453292519943295769236907684886
66
- #define RAD_TO_DEG 57.295779513082320876798154814105
67
- #define EULER 2.718281828459045235360287471352
68
-
69
69
enum ARD_CHAR_ENUM_XWEZPiBoACuGnH {
70
70
SERIAL = 0x0 ,
71
71
DISPLAY = 0x1
You can’t perform that action at this time.
0 commit comments