Trigger control

By using triggerPWM() you have complete freedom to make anything happening in your firmware affect a PWM channel. Post this in 30_Switches.ino

triggerPWM()

Allows you to turn on/off PWM channels and add a blinking effect if a condition is met.

To get access to things happening in the firmware and use this as a condition, there are triggers you can use. These will return true under certain conditions.

Last updated