Searched refs:GPIOPythonEngine (Results 1 – 2 of 2) sorted by relevance
18 public sealed class GPIOPythonEngine : PythonEngine class20 public GPIOPythonEngine(IGPIOWithHooks gpio, string script) in GPIOPythonEngine() method in Antmicro.Renode.Hooks.GPIOPythonEngine
16 var engine = new GPIOPythonEngine(gpio, pythonScript); in AddStateChangedHook()