Skip to content

nightmarlin/mbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbit

An experiment into tinygo and how it works on the BBC Micro:Bit platform.

Important

tinygo only runs on a single thread. goroutines must either perform IO or make intrinsically blocking calls to trigger other goroutines. an alternative is calling runtime.Gosched()

Useful links

Setup

brew tap tinygo-org/tools
brew install tinygo

point your env's go installation to the tinygo install.

IJ IDEs can use the TinyGo plugin to automate this

Plug in a macrobit, and then deploy away! It Just Works!

About

playing with tinygo on the bbc micro:bit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published