24 lines
476 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"
},
2022-11-18 15:37:45 +01:00
"version": "0.1.4",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
2021-12-22 13:38:25 +01:00
"platforms": "*",
"headers": "optoma.h"
2021-01-29 12:31:58 +01:00
}