Add diagrams and pictures
[clump.git] / master.pcf
CommitLineData
ffba35f8
MG
1# Red LEDs
2set_io led[0] 99
3set_io led[1] 98
4set_io led[2] 97
5set_io led[3] 96
6
7# Green LED
8set_io led[4] 95
9
10# 12 MHz clock
11set_io CLKin 21
12
46a95fd3
MG
13set_io uart_tx 79
14set_io -pullup yes uart_rx 88
15
16set_io busy_out 87
17set_io -pullup yes busy_in 78
18
ffba35f8
MG
19# i2c to led matrix
20set_io scl 80 # PIO1_04
21set_io sda 81 # PIO1_05
This page took 0.010064 seconds and 4 git commands to generate.