diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-09-13 18:05:43 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 18:05:43 (GMT) |
| commit | b0bdd2be1c30d349a1efef96b93a5771f5edbd06 (patch) | |
| tree | f87b3c1b7b2fb664bc26da96f4cafd0206aa53dc /src/drivers/Cst816s.h | |
| parent | 84a93b54410681ce1aaae80ba7a7e6d3300dcfa1 (diff) | |
| parent | e614af1c4a53e943256b3b2acee4bfe7d7204bbf (diff) | |
Merge pull request #549 from hubmartin/pinmap
Put all duplicated GPIO pin definitions to a single file
Diffstat (limited to 'src/drivers/Cst816s.h')
| -rw-r--r-- | src/drivers/Cst816s.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/Cst816s.h b/src/drivers/Cst816s.h index d4c17bb..7b46c5d 100644 --- a/src/drivers/Cst816s.h +++ b/src/drivers/Cst816s.h @@ -36,9 +36,6 @@ namespace Pinetime { void Wakeup(); private: - static constexpr uint8_t pinIrq = 28; - static constexpr uint8_t pinReset = 10; - // Unused/Unavailable commented out static constexpr uint8_t gestureIndex = 1; static constexpr uint8_t touchPointNumIndex = 2; |
