Device: arduino-nano33
The code in src/examples/pwm/pwm.go produces the following error:
panic: runtime error: nil pointer dereference
it looks like the PWM.getTimer method is returning nil from src/machine/machine_atsamd21.go:1196 which doesn't seem to have a matching set of Pin numbers to the src/machine/board_arduino_nano33.go:13 file.
Are these numbers supposed to match the pins described as having PWM?