gpt4 book ai didi

javascript - setup() 在 JS 中使用 PI 的 GPIO 引脚做什么

转载 作者:行者123 更新时间:2023-11-29 23:11:59 25 4
gpt4 key购买 nike

每次使用 JavaScript/NodeJS 使用 Raspberry Pi 的 GPIO 引脚时,您都必须使用 x.setup('something'),其中 x 是您导入的图书馆或数据包。我知道没有它您的应用程序将无法运行,但是 setup() 有什么作用以及您为它提供的参数是什么?

最佳答案

Setup documentation (github) :

设置(模式).>= 0.1.1一个方便的函数来设置 wiringPi模式可以是以下值之一:

wpi: sets up pin numbering with wiringPiSetup >= 0.1.1
gpio: sets up pin numbering with wiringPiSetupGpio >= 0.1.1
sys: sets up pin numbering with wiringPiSetupSys >= 0.1.1
phys: sets up pin numbering with wiringPiSetupPhys >= 1.0.0

有关引脚编号系统的更多信息 here

注意:>= 2.0.0 不再接受未指定模式的调用设置。 (在 < 2.0.0 中默认为 wpi)

由@Roland Starke 提供。

关于javascript - setup() 在 JS 中使用 PI 的 GPIO 引脚做什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53726433/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com