Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/FixedPointsArduino/commit/29af2e0ee9909492097bf72db51c77ff73fff468?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add library.json

This should enable proper PlatformIO support.
pull/5/head
Pharap 8 years ago committed by GitHub
parent 1f2539ad4b
commit 29af2e0ee9
  1. 18
      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"
}
Loading…
Cancel
Save