1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

spiio/: simple SPI I/O example

This commit is contained in:
Werner Almesberger
2011-09-21 09:20:23 -03:00
parent 1ad7db70f1
commit 05bbe9103b
2 changed files with 191 additions and 0 deletions

12
spiio/Makefile Normal file
View File

@@ -0,0 +1,12 @@
CC=mipsel-openwrt-linux-uclibc-gcc
CFLAGS=-Wall -g
.PHONY: all clean spotless
all: spiio
clean:
rm -f spiio
spotless: clean