© 2023 Hashnode
#tinygo
In this tutorial, we look at how goroutines can communicate with one another using what are called "channels". https://youtu.be/NmEMwFQ0MI0 Objective One of our earlier tutorials covered GoRoutines, w…
In this tutorial, we explore how to connect external devices such as LEDs and push buttons to the Pico, and how to use an "interrupt" to handle an input. https://youtu.be/I5uVHBgOZQo Objective We nee…
Let us modify the simple blink program from our earlier tutorial to run multiple tasks simultaneously. This is what we call concurrency. Go has a number of primitives to help make programmers' lives…
In this tutorial, we look at what it takes to create the simplest program of all - one that blinks the onboard LED on the Raspberry Pi Pico. https://youtu.be/B-6GsoEg0Lw The Program The program itself…
In this article, I will show you how I set up my development environment for TinyGo on the Pico using VSCode as my IDE. The TinyGo web site has a detailed installation guide for various operating syst…