From 28f6144d6d7feacea4a0962a7f923c2a6afe725d Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 31 Aug 2020 15:14:50 +0200 Subject: [PATCH] Added lib KickSort https://github.com/arduino/Arduino/issues/10689 --- registry.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.txt b/registry.txt index 4ef56769..4de9c19e 100644 --- a/registry.txt +++ b/registry.txt @@ -3407,3 +3407,4 @@ https://github.com/dmadison/ServoInput.git|Contributed|ServoInput https://github.com/adafruit/Adafruit_SSD1327.git|Contributed|Adafruit SSD1327 https://github.com/khoih-prog/Blynk_Async_ESP32_BT_WF.git|Contributed|Blynk_Async_ESP32_BT_WF https://github.com/neroroxxx/RoxMux.git|Contributed|RoxMux +https://github.com/LinnesLab/KickSort.git|Contributed|KickSort