shamonshan / rogue-code

Automatically exported from code.google.com/p/rogue-code
0 stars 0 forks source link

Not working with Arduino 1.0.1 #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

The Libary doesn't work for the Arduino 1.0.1 Version.
It won't compile and produces many scope errors.

How can this be fixed and updated?

Original issue reported on code.google.com by justus.e...@googlemail.com on 24 Jul 2012 at 10:52

GoogleCodeExporter commented 9 years ago
I've the same error, anyone can help with this issue?

Original comment by giannabo...@gmail.com on 23 Sep 2012 at 10:41

GoogleCodeExporter commented 9 years ago
HI,
you need to update Tone.cpp replacing
#include <wiring.h> 
with 
#include <Arduino.h>

That's all.
M

Original comment by pic...@gmail.com on 2 Oct 2012 at 9:10