Commit 0a0252ed authored by Sandeep Mistry's avatar Sandeep Mistry

Add binary.h for Arduino compatibility

parent ce5cc2b0
......@@ -17,7 +17,6 @@ typedef uint16_t word;
#include "avr/pgmspace.h"
#include "avr/interrupt.h"
#include "binary.h"
#include "itoa.h"
#ifdef __cplusplus
......@@ -52,6 +51,7 @@ void loop( void ) ;
#include "pulse.h"
#endif
#include "delay.h"
#include "binary.h"
#ifdef __cplusplus
#include "Uart.h"
#endif
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment