From 7f2e176f41efc30504ef699f91159ab90865a077 Mon Sep 17 00:00:00 2001 From: Angel Garcia Date: Thu, 23 May 2019 03:34:56 +0200 Subject: [PATCH] Changed antenna CE pin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hecho para dejar una mejor organización en los GPIO para el resto de conexiones, dejando los cables dela antena mas juntos y en una zona mas concreta --- hover-controller/PinConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hover-controller/PinConfig.h b/hover-controller/PinConfig.h index bd27093..7c47c73 100644 --- a/hover-controller/PinConfig.h +++ b/hover-controller/PinConfig.h @@ -1,7 +1,7 @@ #ifndef __PIN_CONFIG_H__ #define __PIN_CONFIG_H__ -#define RF_CE_PIN RPI_V2_GPIO_P1_15 +#define RF_CE_PIN RPI_V2_GPIO_P1_22 #define SERVO_MAX 2400 //2300 #define SERVO_MIN 500