/elec/quadcopter

To get this branch, use:
bzr branch http://bzr.ed.am/elec/quadcopter

« back to all changes in this revision

Viewing changes to src/rc-interface/config.h

  • Committer: dan
  • Date: 2014-04-15 02:32:34 UTC
  • Revision ID: dan-20140415023234-xd7x37vepkavc8u1
Made a couple of minor adjustments to the circuet diagram. Joined up some of the GND pins to allow more flexability in designing the pcb.

Show diffs side-by-side

added added

removed removed

7
7
//                                                                      general
8
8
 
9
9
// 0 <= channel value <= this constant
10
 
#define MAX_CHANNEL_VALUE 1000UL
 
10
#define MAX_CHANNEL_VALUE 1000
11
11
 
12
12
// pulse width when channel value is 0 (in microseconds)
13
13
//#define MIN_PULSE_WIDTH 1150UL
17
17
//#define MAX_PULSE_WIDTH 1750UL
18
18
#define MAX_PULSE_WIDTH 2000UL
19
19
 
 
20
// LED pin
 
21
#define LED_PIN 13
 
22
 
20
23
// ____________________________________________________________________________
21
24
//                                                                     receiver
22
25