wiring.h include avr/io.h and WProgram.h include stdlib.h and string.h

This commit is contained in:
David A. Mellis 2006-04-14 11:53:56 +00:00
parent e751b61d4d
commit d43594f1dc
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,9 @@
#include <avr/io.h>
#include <stdlib.h>
#include <string.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include "wiring.h"
#include "HardwareSerial.h"
#include <avr/interrupt.h>
#include <avr/signal.h>

View File

@ -25,6 +25,8 @@
#ifndef Wiring_h
#define Wiring_h
#include <avr/io.h>
#ifdef __cplusplus
extern "C"{
#endif