From 76cbbc58357f3811134115871f09c7e6f83b75f8 Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Wed, 28 Nov 2018 13:56:37 +0000 Subject: [PATCH] Added UECIDE build file --- uecide.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 uecide.json diff --git a/uecide.json b/uecide.json new file mode 100644 index 0000000..fffa36f --- /dev/null +++ b/uecide.json @@ -0,0 +1,18 @@ +{ + "name": "ArduinoModbus", + "provides": "ArduinoModbus.h", + "description": "Use Modbus equipment with your Arduino.", + "version": "1.0.0", + "maintainer": "Arduino ", + "category": "Communications", + "subcategory": "Serial", + "family": "all", + "core": "all", + "install": { + "examples": "/", + "keywords.txt": "/", + "library.properties": "/", + "src": "/" + }, + "readme": "README.adoc" +} \ No newline at end of file