“”“引脚顺序一致”这句话是什么意思?
时间:12-23
整理:3721RD
点击:
我在.h文件里没找到定义。
这篇文档里的GPIO_PinConfig array是个举例说明,这个note的意思是你在这个数组内的GPIO定义要跟其他头文件的定义保持一致。
具体一致的内容就是上面提到的: The pin type (that is, INPUT/OUTPUT), its initial state (that is OUTPUT_HIGH or LOW), interrupt behavior (RISING/FALLING edge, etc.) , and device specific pin identification 这些东西