From 1320fa72d1da69e26bae72ff0596af0335cb62df Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Fri, 8 Jul 2022 16:17:46 +0200 Subject: [PATCH] Add DRV8825 stepper motor library (#1589) * 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. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 6a44ec6d..48259e32 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3362,6 +3362,7 @@ https://github.com/RobTillaart/DHTINT https://github.com/RobTillaart/DHTNew https://github.com/RobTillaart/DHTstable https://github.com/RobTillaart/DistanceTable +https://github.com/RobTillaart/DRV8825 https://github.com/RobTillaart/DS1821 https://github.com/RobTillaart/DS18B20_INT https://github.com/RobTillaart/DS18B20