Fix pinout for fast discharge pin

This commit is contained in:
Jan-Henrik Bruhn 2021-09-03 12:01:24 +02:00
parent 5c71363258
commit 60071b5fde

View file

@ -35,9 +35,14 @@
// PWM.
#define PRST_PWM_PIN NRF_GPIO_PIN_MAP(0, 5)
#ifdef NRF52833_XXAA
#define PRST_FAST_DISCH_PIN NRF_GPIO_PIN_MAP(0, 25)
#else
#define PRST_FAST_DISCH_PIN NRF_GPIO_PIN_MAP(1, 10)
#endif
// SHT3C temp/humidity sensor.
#define PRST_SHT3C_DEBUG 0
#endif // _PRST_CONFIG_H_
#endif // _PRST_CONFIG_H_