From 57b960c9f9f6b19ec12afed244d5946fc3cd47f9 Mon Sep 17 00:00:00 2001 From: Dave Williams | DitroniX | G8PUO Date: Sat, 13 Jun 2026 08:36:39 +0100 Subject: [PATCH] Update tca6408.h --- components/TCA6408/tca6408.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TCA6408/tca6408.h b/components/TCA6408/tca6408.h index 565a916..b5b1e3f 100644 --- a/components/TCA6408/tca6408.h +++ b/components/TCA6408/tca6408.h @@ -33,7 +33,7 @@ class TCA6408Component : public Component, uint8_t mode_mask_{0xFF}; // 1 = input, 0 = output uint8_t output_mask_{0x00}; uint8_t input_mask_{0x00}; - uint8_t polarity_mask_{0x00}; // 1 = inverted (for inputs) + uint8_t polarity_mask_{0x00}; // 1 = inverted (hardware polarity for inputs) InternalGPIOPin *interrupt_pin_{nullptr}; bool interrupt_triggered_{false};