Revert "RAK4631 analogue user button on input 31"

This commit is contained in:
adam2872 2025-05-14 22:04:28 +01:00 committed by GitHub
parent e7872fb4d3
commit f1df9f7c3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 29 additions and 43 deletions

View file

@ -25,9 +25,6 @@ void RAK4631Board::begin() {
#ifdef PIN_USER_BTN
pinMode(PIN_USER_BTN, INPUT_PULLUP);
#endif
#ifdef PIN_USER_BTN_ANA
pinMode(PIN_USER_BTN_ANA, INPUT_PULLUP);
#endif
#if defined(PIN_BOARD_SDA) && defined(PIN_BOARD_SCL)
Wire.setPins(PIN_BOARD_SDA, PIN_BOARD_SCL);