ledcWriteTone  ( channel freq -- freq*1000 )

publication: 23 janvier 2022 / mis à jour 20 juillet 2022

Read this page in english

 

Écrit la fréquente d'un ton (x 1000)

Exemple:

0 constant CHANNEL0     \ define PWM channel 0 
25 constant BUZZER      \ buzzer connected to GPI25 
 
ledc    \ select ledc vocabulary 
: initTones ( -- ) 
    BUZZER CHANNEL0 ledcAttachPin 
  ; 
initTones 
CHANNEL0 400 1000 * ledcWriteTone drop 
200 ms 
CHANNEL0 340 1000 * ledcWriteTone drop 
200 ms 
CHANNEL0 230 1000 * ledcWriteTone drop 

Legal: site web personnel sans commerce / personal site without seling