tone() notone()

Post here all questions related to LibMaple core if you can't find a relevant section!
Post Reply
ik1wvq
Posts: 1
Joined: Sat Nov 28, 2020 9:00 am

tone() notone()

Post by ik1wvq »

Hi,
are the tone() notone() Arduino functions implemented for "Leaflabs Maple" ??
Many thanks in advance

best regards

Mauro ik1wvq
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: tone() notone()

Post by fpiSTM »

A simple search on the GitHub repo:
For STM32F1, I guess you have to include tone.h in your sketch:
https://github.com/rogerclarkmelbourne/ ... ple/tone.h

Not found for STM32F4. @stevestrong could confirm.
ag123
Posts: 1655
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: tone() notone()

Post by ag123 »

for F4 one could probably try copying tone.h and tone.cpp and use them like a 'library'. it'd probably simply work building with the sketch as source. i've not tried though
mrburnette
Posts: 633
Joined: Thu Dec 19, 2019 1:23 am
Answers: 7

Re: tone() notone()

Post by mrburnette »

ik1wvq wrote: Sat Nov 28, 2020 9:04 am ...
are the tone() notone() Arduino functions implemented for "Leaflabs Maple" ??
...
Libmaple docs still online: http://docs.leaflabs.com/docs.leaflabs.com/index.html

To my knowledge, Roger took nothing out and enhanced several functions, while fixing a few issues.
Post Reply

Return to “General discussion”