From 5fa263dee9a57639feab71226879090252dd060f Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Mon, 18 Jul 2022 13:36:42 +0200 Subject: [PATCH] Add SparseArray library (#1626) * Add DEVFULL DEVFULL mimics the /dev/full device of Linux, can be used for testing. * Add WaveMix Arduino library to mix two signals (A and B) with an adaptive weight. * add DHTINT integer only DHT library to save footprint for processors with small memory e.g. UNO, attiny45/85 etc. * Add RS485 library * Add SIMON library Library for Simon Says game - initial version * Add AS5600 Arduino library for AS5600 magnetic rotation meter * Add UUID library * Add DRV8825 Arduino library for STEP/DIR control of stepper motor with DRV8825. * add SparseMatrix intial version experimental library to store sparse Matrices. * Add sparse matrix - fix repo.txt @ArduinoBot Please reevaluate * Add SparseArray initial version of sparse array of floats. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 164d23cf..e15c36f7 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3475,6 +3475,7 @@ https://github.com/RobTillaart/SHT31 https://github.com/RobTillaart/SIMON https://github.com/RobTillaart/Soundex https://github.com/RobTillaart/SHT85 +https://github.com/RobTillaart/SparseArray https://github.com/RobTillaart/SparseMatrix https://github.com/RobTillaart/SRF05 https://github.com/RobTillaart/statHelpers