mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-05 16:04:19 +01:00
- allow both new-pwm and analogWrite (Core) implementations - rework new-pwm initialization, a bit more sane type for pin config - remove pin setup from lights, everything is handled by provider already Core prepares and initializes pins when updating duty, new-pwm does this when pwm_init is called - rework internals related to value scaling, allow percentage as pwm duty and value limit (instead of absolute limit set by lights previously)