mirror of https://github.com/ArduPilot/ardupilot
add mag 5883L part3
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2476 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
119ac75511
commit
7925c97354
|
@ -9,6 +9,11 @@
|
|||
#define SONAR 0
|
||||
#define BARO 1
|
||||
|
||||
//MAGNETOMETER
|
||||
// ----------------------
|
||||
#define MAG_PROTOCOL_5843 0
|
||||
#define MAG_PROTOCOL_5883L 1
|
||||
|
||||
// Frame types
|
||||
#define QUAD_FRAME 0
|
||||
#define TRI_FRAME 1
|
||||
|
|
Loading…
Reference in New Issue