Skip to content

Commit

Permalink
Add nems-info [dht11|dht22]
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Aug 20, 2020
1 parent 7a2c0b1 commit d45a812
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions info.sh
Expand Up @@ -632,6 +632,13 @@ elif [[ $COMMAND == "pivoyager" ]]; then
echo 0
fi

elif [[ $COMMAND == "dht11" ]]; then
/usr/local/share/nems/nems-scripts/dhtxx 11

elif [[ $COMMAND == "dht22" ]]; then
/usr/local/share/nems/nems-scripts/dhtxx 22



# Output usage info as no valid command line argument was provided
else
Expand Down

0 comments on commit d45a812

Please sign in to comment.