linux shell example

这个是用来读取DHT22传感器温度的Linux脚本...


sudo modprobe w1-gpio
sudo modprobe w1-therm
chmod 666 /sys/bus/w1/devices/(the senser id)
cat /sys/bus/w1/devices/(the senser id)


你可能感兴趣的:(linux shell example)