From beed80fdc500f038f035ab6c441aa97e2a90d981 Mon Sep 17 00:00:00 2001 From: David Huss <dh@atoav.com> Date: Mon, 19 Aug 2024 10:28:37 +0000 Subject: [PATCH] Add CONTRIBUTING --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..fea0473 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +## Contributions + +This project is bascially a general web-frontend with websockets and Fast-API on one side and the ability to send serial commands via RS-232 on the other side. That means in principle it could be *easily* adapted to other projectors as well, as long as they speak RS-232. + +Feel free to contact me with any such ideas. \ No newline at end of file -- GitLab