mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
25 lines
479 B
JSON
25 lines
479 B
JSON
{
|
|
"name": "FastMap",
|
|
"keywords": "Fast,map,lookup,table",
|
|
"description": "Library with fast map function for Arduino.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/Arduino.git"
|
|
},
|
|
"version":"0.1.8",
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"export": {
|
|
"include": "libraries/FastMap"
|
|
}
|
|
}
|