doc/INSTALL: add section on building example code.
codemeta.json: add urls to GitHub (Arduino).
Add CITATION.cff, codemeta.json.
Convert README to markdown.
Copy LICENSE to root.
Python: update README.
Update README.
dataclasses: add function datetime2st() to Time.
Add a Python translation of SolTrack.
BUGFIX: printf() -> print(). Line out code. Update copyright.
Update Licence statement in file headers. Add one to SolTrack_Riseset.c.
Setup: v0.0.2.
Dataclasses/Time.datetime2st(): add microseconds. Add Time.now().
Setup: v0.0.2.
Dataclasses/Time.datetime2st(): add microseconds. Add Time.now().
dataclasses: add function datetime2st() to Time.
BUGFIX: printf() -> print(). Line out code. Update copyright.
Add a Python translation of SolTrack.
Split TestSolTrack.c into two separate source files for testing
examples/Makefile: allow local compilation
Use a less restrictive licence; Tune the code for better performance; Add new options
Tidying up repo
BUGFIX in SolTrack_RiseSet; Convert intermediate results to degrees if desired; Use degrees in example
Cleaned up TestSolTrackFile.c
Update Doxygen comments
Update Licence statement in file headers. Add one to SolTrack_Riseset.c.
Add rise and set times to SolTrack. Do not pass location as a pointer. Add a Makefile.
Add a simple Makefile to doc/
Add CMake files to repo
CMake: ensure file INSTALL is found in CMake root; copy homepage contents to README.txt
Updated copyright
First stable version of SolTrack, v1.0.0
Add file TestSolTrackSingle.txt to repo, to compare test results
examples/Makefile: allow local compilation
BUGFIX in SolTrack_RiseSet; Convert intermediate results to degrees if desired; Use degrees in example
CMake: ensure file INSTALL is found in CMake ro...
Tidying up repo
Add CMake files to repo
Add a simple Makefile to doc/
Add rise and set times to SolTrack. Do not pas...
Add file TestSolTrackSingle.txt to repo, to com...
Use a less restrictive licence; Tune the code ...