1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-12 00:01:48 +03:00

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.
This commit is contained in:
Rob Tillaart
2022-07-18 13:36:42 +02:00
committed by GitHub
parent 594d8769e4
commit 5fa263dee9

View File

@ -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