]> iEval git - clump.git/blobdiff - master.pcf
Implement a tiny part of i2c
[clump.git] / master.pcf
diff --git a/master.pcf b/master.pcf
new file mode 100644 (file)
index 0000000..037381f
--- /dev/null
@@ -0,0 +1,15 @@
+# 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
+
+# i2c to led matrix
+set_io scl 80 # PIO1_04
+set_io sda 81 # PIO1_05
This page took 0.023691 seconds and 4 git commands to generate.