diff --git a/components/gt911/include/gt911.hpp b/components/gt911/include/gt911.hpp index 1bb49d1a6..49b2aa54f 100644 --- a/components/gt911/include/gt911.hpp +++ b/components/gt911/include/gt911.hpp @@ -12,9 +12,9 @@ namespace espp { /// \snippet gt911_example.cpp gt911 example class Gt911 : public BasePeripheral { public: - /// Default address for the GT911 chip + /// Default address for the GT911 chip, if the interrupt pin is low on power on static constexpr uint8_t DEFAULT_ADDRESS_1 = 0x5D; - /// Alternate address for the GT911 chip + /// Alternate address for the GT911 chip, if the interrupt pin is high on power on static constexpr uint8_t DEFAULT_ADDRESS_2 = 0x14; /// @brief Configuration for the GT911 driver