Using device drivers in a workers application

Hello everyone, this might be a beginner’s question, but what’s the best way to integrate a device driver – which I wrote in a separate project – into a Workers project? The driver is used to control two linear axes. I have it as a .lvlib file.

Would it make more sense to rewrite this as a Worker?

3 replies