func PinMode(pin int, mode int) { C.my_pinMode(C.int(pin), C.int(mode)) }
func PinMode(port int, mode int) { C.my_pinMode(C.int(port), C.int(mode)) }