SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
546 stars 141 forks source link

Update PlatformIO.md serialUPDI instructions #1121

Open Elon61 opened 1 week ago

Elon61 commented 1 week ago

Added a bit more information in regards to using SerialUPDI in PlatformIO since i struggled a little getting it to work.

The custom method was inspired by Henry Cheung's blog post, and allows you to use this core's uploader with very little hassle, but i would suggest simply using the serialupdi upload protocol which worked well enough for my purposes.