You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
FixedPointsArduino/library.json

18 lines
463 B

{
"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.1.2",
"frameworks": "arduino"
}