Closed GoogleCodeExporter closed 8 years ago
Also, in the test.pde the test_mag() function doesn't exit on enter. It is
missing the piece that the other functions use to exit:
if(Serial.available() > 0){
return (0);
}
Original comment by acm...@gmail.com
on 14 Oct 2010 at 3:42
We're not planning on supporting the magnetometer in 1.0. The code is not
currently complete, and thus it's not listed in the configuration file.
This is fixed in the GPS autodetect branch which will be merged after 1.0.
Original comment by DrZip...@gmail.com
on 25 Oct 2010 at 5:13
Completed in 2.0
Original comment by dewei...@gmail.com
on 15 Mar 2011 at 5:10
Original issue reported on code.google.com by
acm...@gmail.com
on 14 Oct 2010 at 3:27