Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 423 Bytes

One wire utility command line tool 1.1.0

Presentation

Allow to easily read (in future write) 1-wire sensors. So far, it is focused on Raspberry Pi GPIO usage

Installation

# Get the application
wget https://devgiants.github.io/one-wire/downloads/one-wire-1.1.0.phar

# Move it in command folder
mv one-wire-1.1.0.phar /usr/bin/one-wire

# Make it executable
chmod u+x /usr/bin/one-wire

Read value

TODO