projects
/
pub
/
pl2303-ft232-gpio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd8fb9
)
Fix README.md formatting
author
Andrew 'Necromant' Andrianov
<andrew@ncrmnt.org>
Tue, 4 Nov 2014 17:44:04 +0000
(20:44 +0300)
committer
Andrew 'Necromant' Andrianov
<andrew@ncrmnt.org>
Tue, 4 Nov 2014 17:47:21 +0000
(20:47 +0300)
Signed-off-by: Andrew 'Necromant' Andrianov <andrew@ncrmnt.org>
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index
a9c0618
..
112efa8
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-12,8
+12,10
@@
fix that.
You'll need libusb-1.0-dev, gcc and pkg-config. Just run
+```
make
sudo make install
+```
pl2303gpio comes with udev rules that will be dropped into your
/etc/udev/rules.d/
@@
-29,6
+31,7
@@
Nope, you can't. Patches welcome.
## Using
+```
pl2303gpio --help
PL2303HXA userspace GPIO control tool
(c) Andrew 'Necromant' Andrianov 2014, License: GPLv3
@@
-42,6
+45,7
@@
Options are:
Examples:
./pl2303gpio --gpio=1 --out 1
./pl2303gpio --gpio=0 --out 0 --gpio=1 --in
+```
## License