github.com/aykevl/tinygo@v0.5.0/src/machine/board_digispark.go (about) 1 // +build attiny85,digispark 2 3 package machine 4 5 const ( 6 LED = 1 7 )