Search Results

by mattfowler
Fri Dec 13, 2024 12:43 pm
Forum: General
Topic: Phidgets Simulator
Replies: 13
Views: 86379

Re: Phidgets Simulator

in the past, with python my teams have used the mock library to achieve the required behaviors without hardware attached. i'm currently integrating phidgets in a .NET project; if you'd provide interfaces for each of the concrete classes, we could achieve the same using github dot com /devlooped/moq ...