We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 981a38b + ffa12c2 commit 56e6d66Copy full SHA for 56e6d66
libraries/breakout_mics6814/breakout_mics6814.hpp
@@ -20,9 +20,9 @@ namespace pimoroni {
20
static const uint8_t LED_B = 2;
21
22
static const uint8_t MICS_VREF = 14;
23
- static const uint8_t MICS_RED = 12;
+ static const uint8_t MICS_RED = 13;
24
static const uint8_t MICS_NH3 = 11;
25
- static const uint8_t MICS_OX = 13;
+ static const uint8_t MICS_OX = 12;
26
static const uint8_t MICS_HEATER_EN = 1;
27
28
static const bool INVERT_OUTPUT = true; //true for common cathode, false for common anode
0 commit comments