From 7737d6d4f2b43921ca7e33951d44dc10b6a644f4 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Sun, 29 May 2022 22:05:34 +0200 Subject: [PATCH] Add AS5600 (#1444) * 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 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index cfa0ccae..eec58600 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3295,6 +3295,7 @@ https://github.com/RobTillaart/AnalogPin https://github.com/RobTillaart/AnalogUVSensor https://github.com/RobTillaart/Angle https://github.com/RobTillaart/ANSI +https://github.com/RobTillaart/AS5600 https://github.com/RobTillaart/AsyncAnalog https://github.com/RobTillaart/AverageAngle https://github.com/RobTillaart/avrheap