Just have a look into the .h file:
class Tone
{
public:
void begin(uint8_t tonePin);
bool isPlaying();
void play(unsigned int frequency, unsigned long duration = 0);
void stop();
Udo
Just have a look into the .h file:
class Tone
{
public:
void begin(uint8_t tonePin);
bool isPlaying();
void play(unsigned int frequency, unsigned long duration = 0);
void stop();
Udo