Sends analog signal (VAL) to buzzer when ACT is True.
buzzer-pwm-load
@/buzzer-pwm-load
Sends analog signal (VAL) to buzzer when ACT is True.
VALnumber
Sets PWM duty cycle for the load in the range [0; 1] where 0.0 is full off and 1.0 is full on.
ACTboolean
Active. When false, the node does not follow changes of VAL
ACKpulse
Acknowledge. Pulses when a change on VAL is reflected to the hardware
To use the node in your project you should have the wayland/wio-terminal-buzzer library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.