Skip to content

Commit

Permalink
[dsmx] bind with DSMX
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Oct 1, 2016
1 parent ca14142 commit c89e769
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -49,8 +49,13 @@ INFO("Radio-Control now follows PPRZ sign convention: this means you might need
#define ONE_MHZ 1000000

/* Number of low pulses sent to satellite receivers */
#ifdef USE_DSMX
#define MASTER_RECEIVER_PULSES 9
#define SLAVE_RECEIVER_PULSES 10
#else
#define MASTER_RECEIVER_PULSES 5
#define SLAVE_RECEIVER_PULSES 6
#endif

#define TIM_TICS_FOR_100us 100
#define MIN_FRAME_SPACE 70 // 7ms
Expand Down

0 comments on commit c89e769

Please sign in to comment.