1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-02 22:17:12 +08:00
deadprogram 0f36f6372a tinkerboard: initial WIP on adding support
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-04-25 11:55:50 +02:00

43 lines
745 B
Go

package tinkerboard
var fixedPins = map[string]int{
"7": 17, // GPIO0_C1
"10": 160, // GPIO5_B0
"8": 161, // GPIO5_B1
"16": 162, // GPIO5_B2
"18": 163, // GPIO5_B3
"11": 164, // GPIO5_B4
"29": 165, // GPIO5_B5
"13": 166, // GPIO5_B6
"15": 167, // GPIO5_B7
"31": 168, // GPIO5_C0
"22": 171, // GPIO5_C3
"12": 184, // GPIO5_A0
"35": 185, // GPIO5_A1
"38": 187, // GPIO5_A3
"40": 188, // GPIO5_A4
"36": 223, // GPIO5_A7
"37": 224, // GPIO5_B0
"27": 233, // GPIO5_C1
"28": 234, // GPIO5_C2
"33": 238, // GPIO7_C6 PWM0
"32": 239, // GPIO7_C7 PWM1
"26": 251, // GPIO8_A3
"3": 252, // GPIO8_A4
"5": 253, // GPIO8_A5
"23": 254, // GPIO8_A6
"24": 255, // GPIO8_A7
"21": 256, // GPIO8_B0
"19": 257, // GPIO8_B1
}