]> iEval git - clump.git/blobdiff - worker.pcf
Make it work
[clump.git] / worker.pcf
diff --git a/worker.pcf b/worker.pcf
new file mode 100644 (file)
index 0000000..574efb6
--- /dev/null
@@ -0,0 +1,19 @@
+# Red LEDs
+set_io led[0] 99
+set_io led[1] 98
+set_io led[2] 97
+set_io led[3] 96
+
+# Green LED
+set_io led[4] 95
+
+# 12 MHz clock
+set_io CLKin 21
+
+set_io uart_tx 79
+set_io -pullup yes uart_rx 88
+
+set_io busy_out 87
+set_io -pullup yes busy_in 78
+
+set_io -pullup yes is_worker 91
\ No newline at end of file
This page took 0.021892 seconds and 4 git commands to generate.