PortableBalanceLab / PBL

Learn how to create your own balance lab using python and a Raspberry Pi
4 stars 1 forks source link

Edit `L3` to make it easier to deliver as a lecture #13

Closed adamkewley closed 1 year ago

adamkewley commented 1 year ago

The content at the end of L3 begins to really dive into the details of PWM and ADC in a lot of detail, but this kind of contrasts what (probably) will be the most time-consuming part of L3 (making UIs with guizero etc).

If the PWM/ADC stuff is an important part of L3 then it might be a better idea to put it at the start of L3 (e.g. "here's some hardware theory you need to know") so the lecturer can deliver it as-is, and then to finish off L3 with GUI development, so that all remaining time can be consumed by the GUI practical challenges etc.

adamkewley commented 1 year ago

Closing because L3 is very low-prio and was delivered fine in 2022