Programming the micro:bit with MakeCode
Programming a microcontroller is intimidating, especially if you have never done any coding before. An easy way to get started is by using a block programming tool. What is a Block Programming Tool? Block programming tools are also called visual programming tools. They let you create progams using pictures of code elements that look like puzzle pieces. If code elements can work together, their puzzle pieces will fit together. This takes away the need to learn how to use a...