Skip to content

Commit 0482b47

Browse files
authored
Add library.json (#5)
This should enable proper PlatformIO support.
1 parent 1f2539a commit 0482b47

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

library.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "FixedPoints",
3+
"description": "A templated header-only fixed point arithmetic library aimed at Arduino",
4+
"keywords": "maths, fixed, point, fixed point, arithmetic",
5+
"authors":
6+
{
7+
"name": "Pharap",
8+
"url": "https://github.com/Pharap"
9+
},
10+
"repository":
11+
{
12+
"type": "git",
13+
"url": "https://github.com/Pharap/FixedPointsArduino.git"
14+
},
15+
"license": "Apache-2.0",
16+
"version": "1.0.1",
17+
"frameworks": "arduino"
18+
}

0 commit comments

Comments
 (0)