Files
retrobsd/sys/pic32/cfg/picga.dev
2014-04-09 14:27:18 +01:00

15 lines
221 B
Plaintext

always
file picga.o
require spibus
define PICGA_ENABLED YES
end always
option bus
define PICGA_BUS %1
end option
option cs
define PICGA_CS_PORT $TRIS(%1)
define PICGA_CS_PIN $PIN(%1)
end option