The current version will not compile using the Arduino 1.0 beta release.
Modifying Tone.cpp as follows will fix this problem:
#if ARDUINO > 22
#include "Arduino.h"
#else
#include <wiring.h>
#include <pins_arduino.h>
#endif
Original issue reported on code.google.com by memargolis@gmail.com on 19 Jul 2011 at 12:54
Original issue reported on code.google.com by
memargolis@gmail.com
on 19 Jul 2011 at 12:54