GY-63_MS5611/libraries/SIMON/library.json

25 lines
469 B
JSON
Raw Normal View History

2022-05-26 12:48:09 -04:00
{
"name": "SIMON",
"keywords": "Simon",
"description": "Arduino library to build the 'Simon says' game or a digital lock.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SIMON"
},
2023-02-02 11:38:42 -05:00
"version": "0.1.2",
2022-05-26 12:48:09 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "simon.h"
}