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

Add UUID library (#1492)

* 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
This commit is contained in:
Rob Tillaart
2022-06-14 15:14:26 +02:00
committed by GitHub
parent 6618446005
commit 6d5d657af6

View File

@ -3446,6 +3446,7 @@ https://github.com/RobTillaart/timing
https://github.com/RobTillaart/tinySHT2x https://github.com/RobTillaart/tinySHT2x
https://github.com/RobTillaart/TM1637_RT https://github.com/RobTillaart/TM1637_RT
https://github.com/RobTillaart/Troolean https://github.com/RobTillaart/Troolean
https://github.com/RobTillaart/UUID
https://github.com/RobTillaart/WaveMix https://github.com/RobTillaart/WaveMix
https://github.com/RobTillaart/weight https://github.com/RobTillaart/weight
https://github.com/RobTillaart/X9C10X https://github.com/RobTillaart/X9C10X