tadtruex / PiPico

Bare metal pi-pico stuff
0 stars 0 forks source link

Determine Sample Rate #1

Closed tadtruex closed 1 year ago

tadtruex commented 1 year ago

Need to decide if we match the older sample rate or run at something more ?sensible?. Old was 28.2us.

tadtruex commented 1 year ago

99dc201c050cb859ec883ca32f01378d477b88e4 sets the sample rate to 28us. See comments on #8 for details.

tadtruex commented 1 year ago

cb14745 uses pwm to set toggle an output at 28.2us. The datasheet indicates that we can trigger an interrupt instead. This can be closed once that is in place and the IO is disentangled.