Skip to content

Commit

Permalink
example revisioned
Browse files Browse the repository at this point in the history
  • Loading branch information
albydnc committed Jul 2, 2018
1 parent 5dd34be commit 655fd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SunPosition/SunPosition.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ void loop(){
float Az = Sun.getAzimuth(12,0,0,1,1,2018);
float El = Sun.getElevation(12,0,0,1,1,2018);
Serial.println("Declination: "+String(dec)+" Right Ascension: "+String(RA));
Serial.println("Azimuth: "String(Az)+" Elevation: "+String(El));
Serial.println("Azimuth: "+String(Az)+" Elevation: "+String(El));
delay(2000);
}

0 comments on commit 655fd48

Please sign in to comment.