Type alias GpioDirection

GpioDirection: "in" | "out" | "inout" | "od" | "iod"

Gpio方向

in=输入,out=输出,inout=输入输出,od=开漏输出,iod=开漏输出+输入