Updates PHOTO_V pin to P0.29 in prst_config.h
This commit is contained in:
parent
b56e930546
commit
a3943bc298
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
#define PRST_LED_PIN NRF_GPIO_PIN_MAP(0, 28)
|
#define PRST_LED_PIN NRF_GPIO_PIN_MAP(0, 28)
|
||||||
|
|
||||||
// Photo Sensor
|
// Photo Sensor
|
||||||
#define PRST_PHOTO_V NRF_GPIO_PIN_MAP(1, 11)
|
#define PRST_PHOTO_V NRF_GPIO_PIN_MAP(0, 29)
|
||||||
#define PRST_PHOTO_OUT NRF_GPIO_PIN_MAP(0, 2)
|
#define PRST_PHOTO_OUT NRF_GPIO_PIN_MAP(0, 2)
|
||||||
|
|
||||||
// Deep sleep.
|
// Deep sleep.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue