Skip to content

Commit 5e89ac3

Browse files
author
Owen L - SFE
committed
support arduino binary radix B
1 parent c384ca9 commit 5e89ac3

File tree

2 files changed

+535
-0
lines changed

2 files changed

+535
-0
lines changed

cores/arduino/ard_sup/Arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ extern "C"
4242
#include "am_bsp.h"
4343

4444
#include "hooks.h"
45+
#include "binary.h"
4546

4647
#include <math.h> //Gets us pow()
4748

0 commit comments

Comments
 (0)