make it compile with arduino 1.0 ; function is still untested.

This commit is contained in:
Bernhard
2011-12-01 16:38:01 +01:00
parent b0c3871750
commit 0bc9daa4f7
8 changed files with 675 additions and 651 deletions

View File

@ -25,7 +25,11 @@
#include <string.h>
#include <inttypes.h>
#include <math.h>
#include "wiring.h"
#if ARDUINO >= 100
#include "Arduino.h"
#else
#include "wiring.h"
#endif
#include "wiring_private.h"
// this next line disables the entire HardwareSerial.cpp,