Search found 1 match

by gemforce
Mon Jan 08, 2018 5:06 pm
Forum: ESP32 Arduino
Topic: esp32 tone
Replies: 2
Views: 16695

esp32 tone

Hi why not working tone in esp32 ?

sample :

tone(SOUND_PIN, 1000, 1000);
delay(1000);
noTone(SOUND_PIN)