如何为dht11驱动程序指定GPIO端口?

如何为dht11驱动程序指定GPIO端口?

我正在我的树莓派 3 上使用 dht11 传感器。

我在linux中找到了dht11驱动程序的源代码

https://github.com/torvalds/linux/blob/master/drivers/iio/humidity/dht11.c

我成功编译了该模块并insmod在我的板上执行。

但我不知道如何为驱动程序指定GPIO端口号。

相关内容