/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 test/receiver/pulse-freq/main.ino

  • Committer: dan
  • Date: 2014-04-09 22:57:19 UTC
  • Revision ID: dan-20140409225719-1pa09d32uz9uu11y
Added "mega-shield.cmp" which maps the components to the footprints.

Show diffs side-by-side

added added

removed removed

7
7
// This program tries to measure the frequency of the signal pulses in
8
8
// microseconds.  It takes several measurements and prints out the average over
9
9
// serial.
10
 
//
 
10
 
11
11
 
12
12
// number of signal pulses to average
13
13
#define SIGNAL_SAMPLES 10