From 6d5d657af6367f3df29e079e057e24e97e9dba2e Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Tue, 14 Jun 2022 15:14:26 +0200 Subject: [PATCH] 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 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 23bd6a10..9d4d7224 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3446,6 +3446,7 @@ https://github.com/RobTillaart/timing https://github.com/RobTillaart/tinySHT2x https://github.com/RobTillaart/TM1637_RT https://github.com/RobTillaart/Troolean +https://github.com/RobTillaart/UUID https://github.com/RobTillaart/WaveMix https://github.com/RobTillaart/weight https://github.com/RobTillaart/X9C10X