Tour of TinyGo

Welcome to the tour of TinyGo!

This tour assumes you’re already familiar with Go. If not, you can go through the tour of Go to get started.

Every example in this tour is runnable directly in the browser, and most can be downloaded directly to your own electronics board (like the Adafruit Circuit Playground Express).


Blinking LED

Write the “hello world” of electronics by making an LED blink!

Reading button inputs

Make interactive hardware by responding to button presses.