summaryrefslogtreecommitdiff
path: root/daemon/src/Gpio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/src/Gpio.cpp')
-rw-r--r--daemon/src/Gpio.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/daemon/src/Gpio.cpp b/daemon/src/Gpio.cpp
new file mode 100644
index 0000000..656c585
--- /dev/null
+++ b/daemon/src/Gpio.cpp
@@ -0,0 +1,11 @@
+#include "Gpio.h"
+
+#include <rpc/server.h>
+
+#include "Assembly.h"
+
+
+void Gpio::apply(AssemblyContext ctx)
+{
+ ctx.bind("nothing", []{});
+}