Skip to content

Commit 4072646

Browse files
committed
Updating example sketches for the now capitalized Libdevlpr.h
1 parent 8615c7d commit 4072646

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/flex_detection/flex_detection.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <libdevlpr.h>
1+
#include <Libdevlpr.h>
22

33
// create a DEVLPR object with the pin we have connected on the shield
44
// can create multiple for different pins if stacking shields

examples/plot_avg_emg/plot_avg_emg.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <libdevlpr.h>
1+
#include <Libdevlpr.h>
22

33
// create a DEVLPR object with the pin we have connected on the shield
44
// can create multiple for different pins if stacking shields

examples/plot_centered_raw_emg/plot_centered_raw_emg.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <libdevlpr.h>
1+
#include <Libdevlpr.h>
22

33
// create a DEVLPR object with the pin we have connected on the shield
44
// can create multiple for different pins if stacking shields

examples/plot_peak/plot_peak.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <libdevlpr.h>
1+
#include <Libdevlpr.h>
22

33
// create a DEVLPR object with the pin we have connected on the shield
44
// can create multiple for different pins if stacking shields

examples/plot_peak_to_peak/plot_peak_to_peak.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <libdevlpr.h>
1+
#include <Libdevlpr.h>
22

33
// create a DEVLPR object with the pin we have connected on the shield
44
// can create multiple for different pins if stacking shields

examples/plot_raw_emg/plot_raw_emg.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <libdevlpr.h>
1+
#include <Libdevlpr.h>
22

33
// create a DEVLPR object with the pin we have connected on the shield
44
// can create multiple for different pins if stacking shields

0 commit comments

Comments
 (0)