Releases: Zanduino/MicrochipSRAM
Enhancement Release
Moved repository to https://github.com/Zanduino and implement automated CI tests using github Actions
Enhancements and Bug Fixes
Changed documentation to adhere to doxygen format, implemented Travis-CI testing for all platform and adjusted example and library code so that all platform compile correctly
Bug Fix Release
Enhancement #1 and DOI
Bug Fix Release
Fixed error with function definitions containing default / optional parameters which caused compiler errors on some platforms. Only the function prototypes should contain default definitions.
Microchip SPI SRAM minor fix
Fixes to error in sample program
Microchip SPI SRAM
Changed the class instantiation/constructor to only use one input parameter, the SPI pin. The computed size of the memory is now exposed as a public variable "SRAMBytes"
Initial public release
Microchip SPI SRAM
Initial public release on GitHub. This library has been in use for some time and has been tested on Arduino micro, Uno, and Mega boards and there is no reason that I can think of that it won't work with of the available boards. It uses the Arduino standard SPI library, which is hardware-dependent, but the rest of the code should be the same for any Arduino or compatible system.