tinygo-site icon indicating copy to clipboard operation
tinygo-site copied to clipboard

WIP pwm

Open aykevl opened this issue 5 years ago • 2 comments

I've been working on some good documentation for PWM. It's definitely not finished, but I think this is already really neat. It's an interactive way of explaining PWM (Bret Victor style), which may be easier to understand.

Screenshot from 2020-05-17 23-20-07

aykevl avatar May 17 '20 21:05 aykevl

Updated a bit with some code samples (and an incomplete interactive counter/channel example). Definitely not finished, as the code hasn't even been written to implement this PWM but I wanted to make sure that explaining how this works is not too difficult.

aykevl avatar May 18 '20 21:05 aykevl

I love this page, can we probably re-vive it and add to the site? I'll try to cross-check the examples with the current codebase, rebase on dev's head and probably add a servo example.

ysoldak avatar Feb 02 '23 00:02 ysoldak