You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tone function is not implemented on the Due, and the code posted by @aethaniel is for the Zero board and cannot be used for the Due. That's why #2362 is still open.
Activity
shiftleftplusone commentedon Oct 8, 2015
... and then please add a lib that would work with the Due...
q2dg commentedon Oct 8, 2015
...and what about Zero? I'm in Europe and I can't try it.
aethaniel commentedon Oct 10, 2015
@q2dg tone has been implemented for the Zero a while ago ;-)
https://github.com/arduino/ArduinoCore-samd/commits/master/cores/arduino/Tone.cpp
shiftleftplusone commentedon Oct 11, 2015
but not for the Due (which is far longer on the market) ?
cmaglie commentedon Oct 20, 2015
Duplicate of #2362
shiftleftplusone commentedon Oct 21, 2015
I don't see how it now should work for the Due - can you provide a example source code please?
cmaglie commentedon Oct 21, 2015
The tone function is not implemented on the Due, and the code posted by @aethaniel is for the Zero board and cannot be used for the Due. That's why #2362 is still open.
shiftleftplusone commentedon Oct 21, 2015
ok, thank you, I didn't understand this.
is there a timeline about when it will be available?