Fix pinout for fast discharge pin
This commit is contained in:
parent
5c71363258
commit
60071b5fde
1 changed files with 6 additions and 1 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue