All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- add support for ARDUINO_ARCH_MBED
- Fix #22, improve handling SPI dependency.
- update examples
- fix #18, support for Arduino ESP32 S3 - breaking change
- update examples
- Fix #17, readme.md
- refactor constructor interface - breaking changes.
- minimize conditional code. -- create SPI_CLASS macro to solve it.
- update readme.md
- update examples
- fix #13 support MCP3201
- add MCP3001 support
- fix startup pulse for select pin.
- update readme.md
- fix version number in .cpp
- update keywords.txt
- add analogReadMultiple(channels[], numChannels, readings[])
- Kudo's to Alex Uta.
- add performance example
- add performance output files.
- add support MCP3201 (experimental)
- fix differentialRead()
- update examples (print lib version).
- update readme.md
- update library.properties
- minor edits
- add RP2040 in build-CI
- add changelog.md
- minor edit readme.md
- clean up unit test
- update library.json
- update license
- minor edits
- initial version.