Skip to content

Commit 8bb13e3

Browse files
authored
chore(gt911): Clean up docs some (#549)
1 parent df179c6 commit 8bb13e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/gt911/include/gt911.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ namespace espp {
1212
/// \snippet gt911_example.cpp gt911 example
1313
class Gt911 : public BasePeripheral<std::uint16_t> {
1414
public:
15-
/// Default address for the GT911 chip
15+
/// Default address for the GT911 chip, if the interrupt pin is low on power on
1616
static constexpr uint8_t DEFAULT_ADDRESS_1 = 0x5D;
17-
/// Alternate address for the GT911 chip
17+
/// Alternate address for the GT911 chip, if the interrupt pin is high on power on
1818
static constexpr uint8_t DEFAULT_ADDRESS_2 = 0x14;
1919

2020
/// @brief Configuration for the GT911 driver

0 commit comments

Comments
 (0)