Commit 0caf0ecf authored by Sandeep Mistry's avatar Sandeep Mistry Committed by GitHub

Merge pull request #42 from sandeepmistry/binary.h

Add values to binary.h for Arduino compatibility
parents ce5cc2b0 0a0252ed
......@@ -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