machine: refactor pins to be of Pin type

This commit is contained in:
Ayke van Laethem
2019-04-28 18:49:17 +02:00
committed by Ron Evans
parent 421ef04efb
commit 94b8214529
38 changed files with 590 additions and 605 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
package machine
const (
LED = 1
LED Pin = 1
)