From 18cc045884e0733b1f8e525943828c3315c79e0c Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sat, 12 Jan 2019 00:34:51 +0100 Subject: [PATCH] Added lib CRC https://github.com/arduino/Arduino/issues/8367 --- registry.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.txt b/registry.txt index c780e342..492a9db8 100644 --- a/registry.txt +++ b/registry.txt @@ -2061,3 +2061,4 @@ https://github.com/blemasle/arduino-sim808.git|Contributed|SIM808 https://github.com/hideakitai/StopWatch.git|Contributed|StopWatch https://github.com/hideakitai/XBeeATCmds.git|Contributed|XBeeATCmds https://github.com/hideakitai/Debouncer.git|Contributed|Debouncer +https://github.com/hideakitai/CRC.git|Contributed|CRC