Merge pull request #14 from jhbruhn/feature/nrf52833_pin_fix
Fix pinout for fast discharge pin on E73...E
This commit is contained in:
commit
31570f08e2
1 changed files with 6 additions and 1 deletions
|
|
@ -35,7 +35,12 @@
|
||||||
|
|
||||||
// PWM.
|
// PWM.
|
||||||
#define PRST_PWM_PIN NRF_GPIO_PIN_MAP(0, 5)
|
#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)
|
#define PRST_FAST_DISCH_PIN NRF_GPIO_PIN_MAP(1, 10)
|
||||||
|
#endif
|
||||||
|
|
||||||
// SHT3C temp/humidity sensor.
|
// SHT3C temp/humidity sensor.
|
||||||
#define PRST_SHT3C_DEBUG 0
|
#define PRST_SHT3C_DEBUG 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue