microsoft / pxt-chibitronics

Chibitronics Love To Code board editor with Microsoft MakeCode
https://makecode.chibitronics.com
Other
23 stars 15 forks source link

Merge Analog & Digital Pins in blocks #223

Open Jaqster opened 6 years ago

Jaqster commented 6 years ago

It can be confusing to users why some field pickers use Analog (A0) and some use Digital (D0). There is no need to keep them separate in Blocks. I proposed we merge these into just general pins 0-5. This would simplify things and also match the Hardware. We could keep them separate in TypeScript for more advanced users.