mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
680 B
680 B
Change Log SparseMatrix
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.
[0.1.5] - 2023-11-22
- update readme.md
[0.1.4] - 2022-11-25
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- update readme.md
[0.1.3] - 2022-07-16
- add boundingBox(...)
- fix #4 set() add()
[0.1.2] - 2022-07-14
- increase size to uint16_t
- add SPARSEMATRIX_MAX_SIZE
- improve documentation
[0.1.1] - 2022-07-13
- add clear()
- add add(x, y, value)
- fix set(x, y, 0)
[0.1.0] - 2022-07-12
- initial version