Skip to content

Commit

Permalink
update / prepare for new arduino library structure
Browse files Browse the repository at this point in the history
  • Loading branch information
s-light committed May 4, 2019
1 parent a7990b7 commit 58a4d87
Show file tree
Hide file tree
Showing 10 changed files with 1,039 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# arduino IDE build
build

# Notepad++ backups
*.bak
**/nppBackup
Expand Down
1 change: 1 addition & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linelength=90
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Stefan Krüger
Copyright (c) 2019 Stefan Krüger

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# slight_ButtonInput
arduino library for an extended button handling
arduino library for extended / event-based button handling

to get started try the [minimal sketch](./examples/slight_ButtonInput__minimal/slight_ButtonInput__minimal.ino).
Loading

0 comments on commit 58a4d87

Please sign in to comment.