From 29af2e0ee9909492097bf72db51c77ff73fff468 Mon Sep 17 00:00:00 2001 From: Pharap Date: Tue, 17 Oct 2017 08:08:28 +0100 Subject: [PATCH] Add library.json This should enable proper PlatformIO support. --- library.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..794b72a --- /dev/null +++ b/library.json @@ -0,0 +1,18 @@ +{ + "name": "FixedPoints", + "description": "A templated header-only fixed point arithmetic library aimed at Arduino", + "keywords": "maths, fixed, point, fixed point, arithmetic", + "authors": + { + "name": "Pharap", + "url": "https://github.com/Pharap" + }, + "repository": + { + "type": "git", + "url": "https://github.com/Pharap/FixedPointsArduino.git" + }, + "license": "Apache-2.0", + "version": "1.0.1", + "frameworks": "arduino" +} \ No newline at end of file