Skip to content

Commit e6cec4a

Browse files
committed
Add binary.h from Arduino itself.
1 parent 46e5a96 commit e6cec4a

File tree

2 files changed

+536
-0
lines changed

2 files changed

+536
-0
lines changed

include/arduino-mock/Arduino.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ extern "C" {
2424
#define false 0x0
2525
#endif
2626

27+
#include "binary.h"
28+
2729
#define PI 3.1415926535897932384626433832795
2830
#define HALF_PI 1.5707963267948966192313216916398
2931
#define TWO_PI 6.283185307179586476925286766559

0 commit comments

Comments
 (0)