From 250a1e624556694328a87ddd4cf77085444922a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20G=C3=BCnce=20Akkoyun?= Date: Mon, 21 Feb 2022 11:46:56 +0300 Subject: [PATCH] 01.00.02 - Library.json update --- library.json | 11 +++++++++++ library.properties | 1 + 2 files changed, 12 insertions(+) diff --git a/library.json b/library.json index 8cf55df..b6857a5 100644 --- a/library.json +++ b/library.json @@ -22,6 +22,17 @@ "type": "git", "url": "https://github.com/akkoyun/I2C_Scanner.git" }, + "dependencies": + [ + { + "owner": "akkoyun", + "name": "Console" + }, + { + "owner": "akkoyun", + "name": "I2C_Functions" + } + ], "examples": [ { "name": "I2C Device Scanner", diff --git a/library.properties b/library.properties index e74d607..bdc7b6f 100644 --- a/library.properties +++ b/library.properties @@ -9,3 +9,4 @@ url=https://github.com/akkoyun/I2C_Scanner architectures=* includes=I2C_Scanner.h types=Arduino +depends=Console, I2C_Functions \ No newline at end of file