Skip to content

Releases: Zanduino/MicrochipSRAM

Enhancement Release

09 Dec 14:17
3595bf8
Compare
Choose a tag to compare

Moved repository to https://github.com/Zanduino and implement automated CI tests using github Actions

Enhancements and Bug Fixes

26 Jan 10:20
da99aae
Compare
Choose a tag to compare

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

25 Jun 16:07
Compare
Choose a tag to compare

Enhancement #1 and DOI

Bug Fix Release

31 Jul 07:15
Compare
Choose a tag to compare

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

21 Nov 07:28
Compare
Choose a tag to compare

Fixes to error in sample program

Microchip SPI SRAM

20 Nov 17:50
Compare
Choose a tag to compare

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

20 Nov 13:07
Compare
Choose a tag to compare

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.