24 lines
470 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "Optoma",
2021-12-22 13:38:25 +01:00
"keywords": "Trapezium,beamer",
2021-01-29 12:31:58 +01:00
"description": "Arduino library to control Optoma W305ST beamer over RS232.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Optoma"
},
2023-11-14 16:59:15 +01:00
"version": "0.1.5",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-11-14 16:59:15 +01:00
"frameworks": "*",
2021-12-22 13:38:25 +01:00
"platforms": "*",
"headers": "optoma.h"
2021-01-29 12:31:58 +01:00
}