Ciao, se ricordo bene per far compilare Tone sulla 1.0.3 basta mettere queste righe in Tone.cpp:
#if ARDUINO >= 100
#include <Arduino.h>
#else
#include <wiring.h>
#endif
al posto di
#include <wiring.h>
Ciao, se ricordo bene per far compilare Tone sulla 1.0.3 basta mettere queste righe in Tone.cpp:
#if ARDUINO >= 100
#include <Arduino.h>
#else
#include <wiring.h>
#endif
al posto di
#include <wiring.h>