Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 9d3c94e

Browse files
authored
fix PDM pin order in declaration
1 parent a5bce2f commit 9d3c94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/PDM/src/PDM.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class PDMClass
3131
{
3232
public:
33-
PDMClass(int pwrPin, int clkPin, int dinPin);
33+
PDMClass(int dinPin, int clkPin, int pwrPin);
3434
virtual ~PDMClass();
3535

3636
int begin(int channels, long sampleRate);

0 commit comments

Comments
 (0)