arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.17k stars 7.02k forks source link

[Library Manager] Add `Ephemeris` to Library Manager #8732

Closed MarScaper closed 5 years ago

MarScaper commented 5 years ago

https://github.com/MarScaper/ephemeris

Simple C++ library allowing to compute planet coordinates (equatorial and horizontal) with Arduino (>=Mega).

Features:

Goodies

Limitations Due to VSOP87 and ELP2000 implementation, code needs too much flash memory for entry level Arduinos (Uno, etc).

per1234 commented 5 years ago

You need to create a release or tag that matches the version value in your library.properties file.

After doing so, please comment here to let us know we can proceed with adding your library to the Library Manager index.

For more information see: https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ

MarScaper commented 5 years ago

Thanks. Release tag is done... https://github.com/MarScaper/ephemeris/releases

cmaglie commented 5 years ago

done!