Skip to content

Commit 277564d

Browse files
author
Owen
authored
Support Arduino Binary Radix B (#113)
Support Arduino Binary Radix B
2 parents f4c3273 + 5e89ac3 commit 277564d

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)