aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_rp2040_pwm.go
AgeCommit message (Expand)Author
2023-06-03fix bug in rp2040 SetPeriod implementationsoypat
2023-03-03all: use unsafe.Add instead of unsafe.Pointer(uintptr(...) + ...)Ayke van Laethem
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-02-02machine/rp2040: whole now correctly set at minimum 1 value for high frequency...soypat
2021-11-18machine/rp2040: refactor PWM code. fix Period calculationPatricio Whittingslow
2021-09-01machine/rp2040: add PWM implementation (#2015)Patricio Whittingslow