git-svn-id: https://arducopter.googlecode.com/svn/trunk@380 f9c3cf11-9bcb-44bc-f272-b75c42450872

This commit is contained in:
jasonshort 2010-09-03 04:13:57 +00:00
parent a18d0af3d1
commit 82052f95af
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ AP_GPS_406 gps;
void setup()
{
Serial.begin(38400);
Serial.println("Switching to 57600 Baud");
delay(500);
Serial.begin(57600);
Serial.println("GPS 406 library test");
gps.init(); // GPS Initialization