From a3943bc2987de75045cb0de9927409600b540be6 Mon Sep 17 00:00:00 2001 From: rbaron Date: Sat, 11 Sep 2021 12:05:53 +0200 Subject: [PATCH] Updates PHOTO_V pin to P0.29 in prst_config.h --- code/b-parasite/config/prst_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/b-parasite/config/prst_config.h b/code/b-parasite/config/prst_config.h index 8aef6d3..a87bce9 100644 --- a/code/b-parasite/config/prst_config.h +++ b/code/b-parasite/config/prst_config.h @@ -7,7 +7,7 @@ #define PRST_LED_PIN NRF_GPIO_PIN_MAP(0, 28) // 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) // Deep sleep.