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

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.
This commit is contained in:
Rob Tillaart
2022-07-08 16:17:46 +02:00
committed by GitHub
parent ff0eb8e6fa
commit 1320fa72d1

View File

@ -3362,6 +3362,7 @@ https://github.com/RobTillaart/DHTINT
https://github.com/RobTillaart/DHTNew https://github.com/RobTillaart/DHTNew
https://github.com/RobTillaart/DHTstable https://github.com/RobTillaart/DHTstable
https://github.com/RobTillaart/DistanceTable https://github.com/RobTillaart/DistanceTable
https://github.com/RobTillaart/DRV8825
https://github.com/RobTillaart/DS1821 https://github.com/RobTillaart/DS1821
https://github.com/RobTillaart/DS18B20_INT https://github.com/RobTillaart/DS18B20_INT
https://github.com/RobTillaart/DS18B20 https://github.com/RobTillaart/DS18B20