We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df179c6 commit 8bb13e3Copy full SHA for 8bb13e3
components/gt911/include/gt911.hpp
@@ -12,9 +12,9 @@ namespace espp {
12
/// \snippet gt911_example.cpp gt911 example
13
class Gt911 : public BasePeripheral<std::uint16_t> {
14
public:
15
- /// Default address for the GT911 chip
+ /// Default address for the GT911 chip, if the interrupt pin is low on power on
16
static constexpr uint8_t DEFAULT_ADDRESS_1 = 0x5D;
17
- /// Alternate address for the GT911 chip
+ /// Alternate address for the GT911 chip, if the interrupt pin is high on power on
18
static constexpr uint8_t DEFAULT_ADDRESS_2 = 0x14;
19
20
/// @brief Configuration for the GT911 driver
0 commit comments