Skip to content

Commit

Permalink
Examples include statement update
Browse files Browse the repository at this point in the history
  • Loading branch information
Spirik committed Oct 16, 2016
1 parent a4ab5e3 commit 503aac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Example-01_Analog/Example-01_Analog.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
This example code is in the public domain.
*/

#include "KeyDetector.h"
#include <KeyDetector.h>

// Define signal identifiers; in this example, number in KEY_XX may be thought of as a percentage of pot rotation range,
// e.g. KEY_25 means 25% of the total pot rotation range. The actual value of defined identifier isn't that important most of the time,
Expand Down
2 changes: 1 addition & 1 deletion examples/Example-02_Digital/Example-02_Digital.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
This example code is in the public domain.
*/

#include "KeyDetector.h"
#include <KeyDetector.h>

// Define signal identifiers for three buttons. The actual value of defined identifier isn't important for this example
#define KEY_A 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
This example code is in the public domain.
*/

#include "KeyDetector.h"
#include <KeyDetector.h>

// Define signal identifiers for the buttons
#define KEY_UP 1
Expand Down

0 comments on commit 503aac7

Please sign in to comment.