Skip to content

Commit

Permalink
added WMM2020 to arduino example
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Dec 10, 2019
1 parent 4e7a98b commit dc874fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void loop() {
geomag::Vector out;
int starttime=micros();
int starttimemil=millis();
out=geomag::GeoMag(2017.5,in,geomag::WMM2015);
out=geomag::GeoMag(2022.5,in,geomag::WMM2020);
int endtime=micros();
int endtimemil=millis();
Serial.println(out.x*1E9);
Expand Down

0 comments on commit dc874fd

Please sign in to comment.