摘要: 原文链接 1、设置GPIO口方向 int gpiod_direction_input(struct gpio_desc *desc) int gpiod_direction_output(struct gpio_ desc *desc, int value) 2、获取GPIO口方向 int gpio 阅读全文
posted @ 2021-11-18 16:07 轻轻的吻 阅读(2993) 评论(0) 推荐(0) 编辑