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

Commit 8b642cc

Browse files
authored
Merge pull request #44 from hathach/master
fix PDM pin order in declaration
2 parents a5bce2f + 9d3c94e commit 8b642cc

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)