From 6831d47e96355f6e7a4ea8b5c916ab3a99cc85e0 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 13 Jan 2021 10:30:12 +0100 Subject: [PATCH] add Time.h to library --- LibSpirulerie/library.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LibSpirulerie/library.json b/LibSpirulerie/library.json index 294aa3c..3af5b10 100644 --- a/LibSpirulerie/library.json +++ b/LibSpirulerie/library.json @@ -2,7 +2,7 @@ "name": "La Spirulerie", "keywords": "La Spirulerie", "description": "helpers to program La Spirulerie's board", - "version": "0.0.1", + "version": "0.0.2", "repository": { "type": "git", @@ -19,6 +19,7 @@ "dependencies": { "paulstoffregen/OneWire": "^2.3.5", - "milesburton/DallasTemperature": "^3.9.1" + "milesburton/DallasTemperature": "^3.9.1", + "paulstoffregen/Time": "^1.6" } } \ No newline at end of file