summaryrefslogtreecommitdiff
path: root/daemon/src/Gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/src/Gpio.h')
-rw-r--r--daemon/src/Gpio.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/daemon/src/Gpio.h b/daemon/src/Gpio.h
new file mode 100644
index 0000000..ef77631
--- /dev/null
+++ b/daemon/src/Gpio.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#include <rpc/server.h>
+
+#include "Assembly.h"
+
+
+class Gpio
+{
+public:
+ void apply(AssemblyContext ctx);
+};