dxw00d:
Do you even need to do that?
Looks like Arduino.h does it for you so you don't have to:
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <avr/pgmspace.h>
#include <avr/io.h>
#include <avr/interrupt.h>
#include "binary.h"
dxw00d:
Do you even need to do that?
Looks like Arduino.h does it for you so you don't have to:
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <avr/pgmspace.h>
#include <avr/io.h>
#include <avr/interrupt.h>
#include "binary.h"