Skip to content

Commit

Permalink
corrected pin defs
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdr committed Jun 3, 2024
1 parent 981a38b commit ffa12c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/breakout_mics6814/breakout_mics6814.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ namespace pimoroni {
static const uint8_t LED_B = 2;

static const uint8_t MICS_VREF = 14;
static const uint8_t MICS_RED = 12;
static const uint8_t MICS_RED = 13;
static const uint8_t MICS_NH3 = 11;
static const uint8_t MICS_OX = 13;
static const uint8_t MICS_OX = 12;
static const uint8_t MICS_HEATER_EN = 1;

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

0 comments on commit ffa12c2

Please sign in to comment.