Subcommands build run flash gdb clean help version env Subcommands TinyGo tries to be similar to the main go command in usage. It consists of the following main subcom...
WASM Component format Spec metadata fields Dapr configuration Generating Wasm Related links WASM Use WASM middleware in your HTTP pipeline WebAssembly is a way to safely r...
Getting Started Getting Started To use TinyGo, you must install it on your system. We have instructions for Linux , macOS , Windows , and Docker . You can also install TinyGo f...
Drivers Drivers TinyGo has driver support for 44 different sensors and devices such as digital accelerometers and multicolor LEDs. All of the drivers code is in the TinyGo Dri...
PineTime Interfaces Machine Package Docs Flashing Unlock chip using nrfjprog Unlock chip using OpenOCD Flash a new program PineTime The PineTime is a smartwatch by Pine6...
Go on microcontrollers Go on microcontrollers TinyGo lets you run Go directly on microcontrollers. TinyGo has support for 27 different boards such as the Arduino Nano33 IoT, A...
Interrupts Basics Example Troubleshooting The interrupt won’t fire The interrupt keeps firing I get a compile error Interrupts Interrupts are crucial if you want to do an...