From f6d94637982a8d7f35c5e2c0b05ae4bff64d9fc0 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Sat, 24 Dec 2022 12:13:36 +0100 Subject: [PATCH] Add fast_math library (#2304) * Add DMM library Arduino library to implement a digital multimeter * Add fast_math Arduino library with optimized math routines. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index edde2ea3..6a9c8b06 100644 --- a/repositories.txt +++ b/repositories.txt @@ -3514,6 +3514,7 @@ https://github.com/RobTillaart/DS18B20_INT https://github.com/RobTillaart/DS18B20 https://github.com/RobTillaart/DS28CM00 https://github.com/RobTillaart/ellipse +https://github.com/RobTillaart/fast_math https://github.com/RobTillaart/FastMap https://github.com/RobTillaart/FastShiftIn https://github.com/RobTillaart/FastShiftInOut