mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 15:33:40 +00:00
avr: add support for the digispark
Blinking the on-board LED works. Nothing else has been tested yet.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// +build attiny85,digispark
|
||||
|
||||
package machine
|
||||
|
||||
const (
|
||||
LED = 1
|
||||
)
|
||||
Reference in New Issue
Block a user