From 032043a27c759a048fb4e32c718e72b06daa3bfb Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Fri, 21 Oct 2022 13:14:38 +0200 Subject: [PATCH] Add moduloMap (#1995) 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 844987fa..ca2b56ea 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