mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-03 14:37:46 +00:00
5f4806f0f9
Signed-off-by: Ron Evans <ron@hybridgroup.com>
11 lines
217 B
Go
11 lines
217 B
Go
// +build digispark
|
|
|
|
package main
|
|
|
|
import "machine"
|
|
|
|
// This is the pin assignment for the Digispark only.
|
|
// Replace neo in the code below to match the pin
|
|
// that you are using if different.
|
|
var neo machine.Pin = 0
|