From c830b119507b9d2a9bf802bae8cb02003eae3087 Mon Sep 17 00:00:00 2001 From: chenjunjie123456 <1712382002@qq.com> Date: Wed, 11 Nov 2020 15:39:28 +0800 Subject: [PATCH] Infrared RST pin and POS pin exchange --- .../TARGET_NRF52/TARGET_MCU_NRF52832/TARGET_REGENT/PinNames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/TARGET_REGENT/PinNames.h b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/TARGET_REGENT/PinNames.h index 75efb05537..abaa3b5607 100644 --- a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/TARGET_REGENT/PinNames.h +++ b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52832/TARGET_REGENT/PinNames.h @@ -119,8 +119,8 @@ typedef enum { // Infrared Detection interface IR_PWR_PIN = p18, - IR_POS_PIN = p17, - IR_RST_PIN = p16, + IR_POS_PIN = p16, + IR_RST_PIN = p17, // Battery charge state BAT_CHGING_PIN = p4, // LOW -- Gitee