Skip to content

Commit

Permalink
Moving library code to src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
datacute committed May 30, 2017
1 parent 233d870 commit 3969c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DoubleResetDetector.cpp → src/DoubleResetDetector.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
FILE: DoubleResetDetector.cpp
VERSION: 0.0.1
VERSION: 0.0.2
PURPOSE: Trigger configure mode by resetting Arduino twice.
LICENCE: GPL v3 (http://www.gnu.org/licenses/gpl.html)
*/
Expand Down
2 changes: 1 addition & 1 deletion DoubleResetDetector.h → src/DoubleResetDetector.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
FILE: DoubleResetDetector.h
VERSION: 0.0.1
VERSION: 0.0.2
PURPOSE: Trigger configure mode by resetting Arduino twice.
LICENCE: GPL v3 (http://www.gnu.org/licenses/gpl.html)
*/
Expand Down

0 comments on commit 3969c03

Please sign in to comment.