Searched refs:IGPIOWithHooks (Results 1 – 4 of 4) sorted by relevance
20 public GPIOPythonEngine(IGPIOWithHooks gpio, string script) in GPIOPythonEngine()50 private readonly IGPIOWithHooks gpio;
14 public static void AddStateChangedHook(this IGPIOWithHooks gpio, string pythonScript) in AddStateChangedHook()
12 public interface IGPIOWithHooks : IGPIO interface
17 public sealed class GPIO : IGPIOWithHooks