1
0
mirror of https://github.com/kidoman/embd synced 2024-06-15 07:10:02 +02:00
embd/gpio/pindesc.go

8 lines
73 B
Go
Raw Normal View History

2014-02-16 23:11:53 +01:00
package gpio
type pinDesc struct {
n int
ids []string
caps int
}