Browse Source

AP_RangeFinder_test.pde - corrected some inaccurate comments in the code

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1459 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
rmackay9@yahoo.com 14 years ago
parent
commit
1448b6991e
  1. 4
      libraries/AP_RangeFinder/examples/AP_RangeFinder_test/AP_RangeFinder_test.pde

4
libraries/AP_RangeFinder/examples/AP_RangeFinder_test/AP_RangeFinder_test.pde

@ -3,10 +3,10 @@ @@ -3,10 +3,10 @@
Code by DIYDrones.com
*/
#include <AP_RangeFinder.h> // Range finder library
#include <AP_RangeFinder.h> // Range finder library
#include <AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
#define RF_PIN AP_RANGEFINDER_PITOT_TUBE // the far back-right pin on the oilpan (near the CLI switch)
#define RF_PIN AP_RANGEFINDER_PITOT_TUBE // the pitot tube on the front of the oilpan
//#define RF_PIN A5 // A5 is the far back-right pin on the oilpan (near the CLI switch)
// declare global instances for reading pitot tube

Loading…
Cancel
Save