-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |