From 82163309267383a4f915c85e826e494ce3730ca9 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Fri, 21 Oct 2022 13:13:17 +0200 Subject: [PATCH 1/2] Add moduloMap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit library to map real numbers on a range. e.g angles 0-360° degrees or PI-2PI radians --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 844987fac..ca2b56ea3 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3512,6 +3512,7 @@ https://github.com/RobTillaart/MCP4725 https://github.com/RobTillaart/MCP9808_RT https://github.com/RobTillaart/MINMAX https://github.com/RobTillaart/ML8511 +https://github.com/RobTillaart/moduloMap https://github.com/RobTillaart/MS5611 https://github.com/RobTillaart/MS5611_SPI https://github.com/RobTillaart/MT8870 From 0a5faa363dcbc7ebf81a4dd71896a58ad30c83dd Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Fri, 4 Nov 2022 22:20:53 +0100 Subject: [PATCH 2/2] Add FastShiftInOut Experimental library (sort of software SPI) - initial release. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 00ab51580..659f55fc0 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3472,6 +3472,7 @@ https://github.com/RobTillaart/DS28CM00 https://github.com/RobTillaart/ellipse https://github.com/RobTillaart/FastMap https://github.com/RobTillaart/FastShiftIn +https://github.com/RobTillaart/FastShiftInOut https://github.com/RobTillaart/FastShiftOut https://github.com/RobTillaart/FastTrig https://github.com/RobTillaart/FLE