paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [5574] changed bind so lisa emulates AR7000 receiver


From: Eric
Subject: [paparazzi-commits] [5574] changed bind so lisa emulates AR7000 receiver
Date: Sun, 22 Aug 2010 18:28:53 +0000

Revision: 5574
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5574
Author:   lamestllama
Date:     2010-08-22 18:28:53 +0000 (Sun, 22 Aug 2010)
Log Message:
-----------
changed bind so lisa emulates AR7000  receiver

Modified Paths:
--------------
    
paparazzi3/trunk/sw/airborne/booz/arch/stm32/radio_control/booz_radio_control_spektrum_arch.c

Modified: 
paparazzi3/trunk/sw/airborne/booz/arch/stm32/radio_control/booz_radio_control_spektrum_arch.c
===================================================================
--- 
paparazzi3/trunk/sw/airborne/booz/arch/stm32/radio_control/booz_radio_control_spektrum_arch.c
       2010-08-22 18:22:08 UTC (rev 5573)
+++ 
paparazzi3/trunk/sw/airborne/booz/arch/stm32/radio_control/booz_radio_control_spektrum_arch.c
       2010-08-22 18:28:53 UTC (rev 5574)
@@ -47,8 +47,8 @@
 /* the frequency of the delay timer */
 #define DELAY_TIM_FREQUENCY 1000000
 /* Number of low pulses sent to satellite receivers */ 
-#define MASTER_RECEIVER_PULSES 5 
-#define SLAVE_RECEIVER_PULSES 6 
+#define MASTER_RECEIVER_PULSES 3 
+#define SLAVE_RECEIVER_PULSES 4 
 
 /* The line that is pulled low at power up to initiate the bind process */  
 #define BIND_PIN GPIO_Pin_3
@@ -121,7 +121,7 @@
 
   /* We have no idea how long the window for allowing binding after  
      power up is .This works for the moment but will need revisiting */        
-  delay_ms(61);
+  delay_ms(73);
 
   for (int i = 0; i < MASTER_RECEIVER_PULSES ; i++) 
   {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]