From c89fd86e84ca1af33f5ed92902e37f6c56a433a8 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 21 Aug 2017 21:03:35 +0200 Subject: [PATCH] Added lib CircularBuffer https://github.com/arduino/Arduino/issues/6642 --- registry.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.txt b/registry.txt index 0372418c..f9d2b8d5 100644 --- a/registry.txt +++ b/registry.txt @@ -1175,3 +1175,4 @@ https://github.com/adafruit/Adafruit_CCS811.git|Contributed|Adafruit CCS811 Libr https://github.com/erdnaxe/Arduino_BrushlessServo.git|Contributed|Brushless Servo https://github.com/KuangLei/fDigitsSegtPin.git|Contributed|fDigitsSegtPin +https://github.com/rlogiacco/CircularBuffer.git|Contributed|CircularBuffer