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
Period is 3000, this makes the pwm frequency about 330 Hz and the
theoretical resolution about 16 bits.
The effective resolution is probably about 14-15 bits, but the duty
cycle can be configured to the whole 16 bit range:
0 (off),
1-65534 and
65535 (on).
Values between 55000 and 65535 probably all mean "on" and values below
16 are probably all "off". Your mileage may vary.
0 commit comments