You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no more distinction between pwm resolution
at arduino API level and at HardwareTimer level.
PWM_RESOLUTION is default resolution (Arduinio API and HardwareTimer)
It is set to 8bit like default arduino pwm resolution.
HardwareTimer resolution can now take any value from 1bit to 16bit
(like Arduino API).
Remove variant PWM_RESOLUTION configuration when it is set to 8,
as it is already the default value.
Fixesstm32duino#790
0 commit comments