From b0483a835eae62018daee397fe13406f650db117 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 22 Jun 2020 16:13:53 +0200 Subject: [PATCH] Added lib CSV Parser https://github.com/arduino/Arduino/issues/10388 --- registry.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.txt b/registry.txt index 18b7637a..5b2fafb4 100644 --- a/registry.txt +++ b/registry.txt @@ -3207,3 +3207,4 @@ https://github.com/RobTillaart/MAX31855_RT.git|Contributed|MAX31855_RT https://github.com/RobTillaart/MCP23017_RT.git|Contributed|MCP23017_RT https://github.com/connornishijima/Pixie.git|Contributed|Pixie https://github.com/RobTillaart/MCP9808_RT.git|Contributed|MCP9808_RT +https://github.com/michalmonday/CSV-Parser-for-Arduino.git|Contributed|CSV Parser