http://www.rcgroups.com/forums/showthread.php?t=1995704

Use the following image to get GPS signal and supply:

http://static.rcgroups.net/forums/attachments/3/9/3/9/3/6/a6132334-125-naza_gps_pinout.jpg

Files at this revision

API Documentation at this revision

Comitter:
garfield38
Date:
Fri Nov 28 17:50:46 2014 +0000
Parent:
1:4eadcb718c8b
Commit message:
Added comments

Changed in this revision

NazaDecoderLib.cpp Show annotated file Show diff for this revision Revisions of this file
NazaDecoderLib.h Show annotated file Show diff for this revision Revisions of this file
--- a/NazaDecoderLib.cpp	Fri Nov 28 17:39:38 2014 +0000
+++ b/NazaDecoderLib.cpp	Fri Nov 28 17:50:46 2014 +0000
@@ -1,10 +1,11 @@
 /*
-  DJI Naza (v1, v1 Lite, V2) data decoder library
-  (c) Pawelsky 20141109
-  Not for commercial use
-
+  DJI Naza (v1, v1 Lite, V2) data decoder library from Pawelsky (c) 20141109
   Refer to naza_decoder_wiring.jpg diagram for proper connection
   http://www.rcgroups.com/forums/showthread.php?t=1995704
+
+  Ported to mbed by Garfield38 20141128
+
+  Not for commercial use
   
 */
 
--- a/NazaDecoderLib.h	Fri Nov 28 17:39:38 2014 +0000
+++ b/NazaDecoderLib.h	Fri Nov 28 17:50:46 2014 +0000
@@ -1,11 +1,12 @@
 /*
-  DJI Naza (v1, v1 Lite, V2) data decoder library
-  (c) Pawelsky 20141109
-  Not for commercial use
-
+  DJI Naza (v1, v1 Lite, V2) data decoder library from Pawelsky (c) 20141109
   Refer to naza_decoder_wiring.jpg diagram for proper connection
   http://www.rcgroups.com/forums/showthread.php?t=1995704
 
+  Ported to mbed by Garfield38 20141128
+
+  Not for commercial use
+  
 */
 
 #ifndef __NAZA_DECODER_LIB_H__