From 6a7cc44cf3a12275d284e04eb2a46aa63fbaae66 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Fri, 7 Jul 2023 18:28:40 +0200 Subject: [PATCH] Add Gauss Library (#3042) * Add TLC5947 Arduino library for 24 channel 12 bit PWM module * Add integer24 library Add experimental support for **uint24_t** and **int24_t** data types. * Add Gauss library --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 2d66cf67..44b35e0c 100644 --- a/repositories.txt +++ b/repositories.txt @@ -1598,6 +1598,7 @@ https://github.com/RobTillaart/Fletcher https://github.com/RobTillaart/Fraction https://github.com/RobTillaart/FunctionGenerator https://github.com/RobTillaart/GAMMA +https://github.com/RobTillaart/Gauss https://github.com/RobTillaart/GST https://github.com/RobTillaart/GY521 https://github.com/RobTillaart/HC4051