Project

General

Profile

Revision 367

Added by Kevin Woo about 16 years ago

SPI Master->Slave works. Slave->Master not working yet. /template/main.c has the test bench. Yay!

View differences:

Makefile
116 116
endif
117 117

  
118 118
# Place -I, -L options here
119
CINCS = -I$(COLONYROOT)/code/lib/include/libdragonfly 
120
CINCS += -L$(COLONYROOT)/code/lib/bin
121
ifdef USE_WIRELESS
122
	CINCS += -I$(COLONYROOT)/code/lib/include/libwireless
123
endif
119
CINCS = -I../libdragonfly 
120
CINCS += -L../libdragonfly
124 121

  
125 122
#---------------- Compiler Options ----------------
126 123
#  -g*:          generate debugging information

Also available in: Unified diff