Skip to content

Commit 0caf0ec

Browse files
Merge pull request sandeepmistry#42 from sandeepmistry/binary.h
Add values to binary.h for Arduino compatibility
2 parents ce5cc2b + 0a0252e commit 0caf0ec

File tree

2 files changed

+512
-1
lines changed

2 files changed

+512
-1
lines changed

cores/nRF5/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ typedef uint16_t word;
1717
#include "avr/pgmspace.h"
1818
#include "avr/interrupt.h"
1919

20-
#include "binary.h"
2120
#include "itoa.h"
2221

2322
#ifdef __cplusplus
@@ -52,6 +51,7 @@ void loop( void ) ;
5251
#include "pulse.h"
5352
#endif
5453
#include "delay.h"
54+
#include "binary.h"
5555
#ifdef __cplusplus
5656
#include "Uart.h"
5757
#endif

0 commit comments

Comments
 (0)