Initial Contribution
diff --git a/led/led_stub.c b/led/led_stub.c
new file mode 100644
index 0000000..644efe3
--- /dev/null
+++ b/led/led_stub.c
@@ -0,0 +1,7 @@
+#include <hardware/led.h>
+
+int
+set_led_state(unsigned color, int on, int off)
+{
+    return 0;
+}