From 93b072a52ace482849a9b49bf661308967d00cdb Mon Sep 17 00:00:00 2001 From: Drzony Date: Fri, 6 Nov 2020 18:09:32 +0100 Subject: [PATCH] Added SPI to dependencies (#381) --- library.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index e50ebd2..ce2f7ad 100644 --- a/library.json +++ b/library.json @@ -9,6 +9,11 @@ }, "version": "2.6.0", "frameworks": "arduino", - "platforms": "*" + "platforms": "*", + "dependencies": [ + { + "name": "SPI" + } + ] }