* 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.
* 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
I replaced the https://github.com/ftjuh/AccelStepperI2C project with its successor, the much more powerful and flexible
https://github.com/ftjuh/I2Cwrapper project. The latter can replace the former seamlessly. Both should not be installed concurrently to avoid inclusion conflicts. So It think it's best to pull it from the library manager.
* 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.