Skip to content

Releases: DavidArmstrong/SiderealObjects

Avoid char* warning from C++ compiler

07 May 14:51

Choose a tag to compare

On some SAMD compilers, there was a warning given regarding handling of a constant string. This has been removed with the use of the strcpy() function.

Add Arduino Mega 2560 support

04 Sep 13:00
9205204

Choose a tag to compare

The catalogs had to be recreated specifically for the Mega 2560 using PROGMEM so that the data structures would not be copied to RAM on startup, but would be allowed to be accessed directly from Flash. True 32 bit processors don't have this limitation with const arrays.

Initial Release of Arduino SiderealObjects Library

04 Aug 11:03

Choose a tag to compare

Initial Release of Arduino SiderealObjects Library