Skip to content

Commit ffa12c2

Browse files
committed
corrected pin defs
1 parent 981a38b commit ffa12c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/breakout_mics6814/breakout_mics6814.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ namespace pimoroni {
2020
static const uint8_t LED_B = 2;
2121

2222
static const uint8_t MICS_VREF = 14;
23-
static const uint8_t MICS_RED = 12;
23+
static const uint8_t MICS_RED = 13;
2424
static const uint8_t MICS_NH3 = 11;
25-
static const uint8_t MICS_OX = 13;
25+
static const uint8_t MICS_OX = 12;
2626
static const uint8_t MICS_HEATER_EN = 1;
2727

2828
static const bool INVERT_OUTPUT = true; //true for common cathode, false for common anode

0 commit comments

Comments
 (0)