Skip to content

Instantly share code, notes, and snippets.

@debuggerboy
Created December 13, 2025 14:21
Show Gist options
  • Select an option

  • Save debuggerboy/57bdc6a64a38d555157c8e65a60666a0 to your computer and use it in GitHub Desktop.

Select an option

Save debuggerboy/57bdc6a64a38d555157c8e65a60666a0 to your computer and use it in GitHub Desktop.
Tinygo on ATTINY85

TinyGo on ATTINY85

What is tinygo?

TinyGo brings the Go programming language to embedded systems and to the modern web by creating a new compiler based on LLVM. TinyGo has support for over 100 different boards and devices

TinyGo Resources

ATTINY85 Microcontroller

ATTINY85 is a 8-bit processor with only 8k of RAM. "DIGISPARK" is a ATtiny85 based microcontroller based development board which is similar to the Arduino UNO, only cheaper, smaller, and a bit less powerful.

Micronucleus Bootloader

DIGISPARK Resources

TinyGo on Digispark

URL References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment