Skip to content

Commit

Permalink
Update README wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Simsso committed Dec 20, 2019
1 parent b8571af commit 846d7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ShiftRegister 74HC595 Arduino Library

This library simplifies shift registers usage. It allows, for instance, to set shift register pins just like normal Arduino pins:
This library simplifies the usage of shift registers. For instance, it allows to set pins of the shift register just like normal Arduino pins:
```
sr.set(1, HIGH)
```

Please find the **documentation** at https://timodenk.com/blog/shift-register-arduino-library/.
Please find the detailed **documentation** at https://timodenk.com/blog/shift-register-arduino-library/.

An **example** sketch can be found in this repository at [/examples/example/example.ino](https://github.com/Simsso/ShiftRegister74HC595/blob/master/examples/example/example.ino).

0 comments on commit 846d7b3

Please sign in to comment.