Arduino 批量定义GPIO口

Posted perseverance52

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Arduino 批量定义GPIO口相关的知识,希望对你有一定的参考价值。

Arduino 批量定义GPIO口


在编程开发中有可能需要需要定义的IO引脚很多,通过一个for循环来实现这个操作。

实例代码

说明:uint8_t类型:unsigned char型;

  • 使用byte或者使用unsigned char来定义所占用的内存空间大小都是一样的,如果使用int类型来定义,务必会增加内存的空间的消耗。
const byte GPIOPins[] = {
    2, 6, 7, 

以上是关于Arduino 批量定义GPIO口的主要内容,如果未能解决你的问题,请参考以下文章

IoTESP32 Arduino GPIO 使用简析

Arduino ESP32:测试GPIO中断功能

Arduino ESP32:测试GPIO中断功能二

linux应用程序中如何操作gpio口

stm32学习笔记-3GPIO通用输入输出口

Arduino ESP32配置静态IP并通过网页控制GPIO引脚