Add new methods
The release introduces a few more methods.
LedTask::begin(pwm_frequency)
LedTask::updatePwmTask(percentage_duty_cycle)
One blocking method which should not be used in the loop():
LedTask::pulseLedBlk(pulse_count, on_ms, off_ms)
The release introduces a few more methods.
LedTask::begin(pwm_frequency)
LedTask::updatePwmTask(percentage_duty_cycle)
One blocking method which should not be used in the loop():
LedTask::pulseLedBlk(pulse_count, on_ms, off_ms)