From d615845a2636283692c6b278c2d7b68bc0b837f3 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sat, 19 Oct 2019 15:36:59 +0200 Subject: [PATCH] Removed old SD lib --- src/libs/SD/README.adoc | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/libs/SD/README.adoc diff --git a/src/libs/SD/README.adoc b/src/libs/SD/README.adoc deleted file mode 100644 index fabff56..0000000 --- a/src/libs/SD/README.adoc +++ /dev/null @@ -1,24 +0,0 @@ -= SD Library for Arduino = - -The SD library allows for reading from and writing to SD cards. - -For more information about this library please visit us at -http://www.arduino.cc/en/Reference/SD - -== License == - - Copyright (C) 2009 by William Greiman -Copyright (c) 2010 SparkFun Electronics - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see .