mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +00:00
machine: refactor pins to be of Pin type
This commit is contained in:
committed by
Ron Evans
parent
421ef04efb
commit
94b8214529
@@ -3,5 +3,5 @@
|
||||
package machine
|
||||
|
||||
const (
|
||||
LED = 1
|
||||
LED Pin = 1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user