Skip to content

Commit 2c89b60

Browse files
committed
Update EMG pin to A0. Previously pointed to raw.
1 parent 18c6ccd commit 2c89b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Devlpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Devlpr::Devlpr()
55
{
66
bufInd = BUFSIZE - 1;
7-
emgPin = A5;
7+
emgPin = A0;
88
emgRunningSum = 0;
99
}
1010

0 commit comments

Comments
 (0)