Merge pull request #945 from pimoroni/patch-mics6814-pins

Corrected pin definitions for OX and RED
patch-sh1107-example
Philip Howard 2024-06-03 11:31:15 +01:00 zatwierdzone przez GitHub
commit 56e6d66c9b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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