Skip to content

Commit 129e47c

Browse files
committed
Merge branch 'development' into main
2 parents 5d0bcf1 + 84a3c1c commit 129e47c

8 files changed

Lines changed: 8 additions & 8 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

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Libdevlpr
2-
version=0.1.5
2+
version=0.1.6
33
author=Finn Kuusisto <finn@getfantm.com>, Ezra Boley <ezra@getfantm.com>
44
maintainer=Finn Kuusisto <finn@getfantm.com>
55
sentence=A library that makes using the FANTM DEVLPR shield easier.

src/Libdevlpr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef Libdevlpr_h
22
#define Libdevlpr_h
33

4-
#define LIBDEVLPR_VERSION "0.1.5"
4+
#define LIBDEVLPR_VERSION "0.1.6"
55

66
#include "Devlpr.h"
77

0 commit comments

Comments
 (0)