Skip to content

Commit

Permalink
Remove invalid comment closing
Browse files Browse the repository at this point in the history
  • Loading branch information
Simsso committed Dec 20, 2019
1 parent 846d7b3 commit 0bbb753
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ maintainer=Timo Denk (timodenk.com)
sentence=Simplifies usage of shift registers, designed for the 74HC595.
paragraph=Allows to set individual pins and takes care of shifting out the bytes. Can be used in combination with multiple shift registers which are stacked in serial.
category=Device Control
url=hhttps://timodenk.com/blog/shift-register-arduino-library/
url=https://timodenk.com/blog/shift-register-arduino-library/
architectures=*
includes=ShiftRegister74HC595.h
1 change: 0 additions & 1 deletion src/ShiftRegister74HC595.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
Additional information is available at https://timodenk.com/blog/shift-register-arduino-library/
Released into the public domain.
*/
*/

#include <Arduino.h>
#include "ShiftRegister74HC595.h"

0 comments on commit 0bbb753

Please sign in to comment.