Changeset - 469487d2238c
[Not reviewed]
default
0 1 0
kripperger@CL-SEC241-09.cedarville.edu - 12 years ago 2012-11-09 17:01:46
kripperger@CL-SEC241-09.cedarville.edu
spi work
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
slave/slave/lib/spi.h
Show inline comments
 
@@ -13,7 +13,7 @@
 
#include <avr/io.h>
 

	
 

	
 
#define SPI_SS_PIN PORTB4
 
#define SPI_SS_PIN PORTB4		//DEBUG //THIS IS WRONG FOR NOW...
 
#define SPI_SCK_PIN PORTB7
 
#define SPI_MOSI_PIN PORTB5
 
#define SPI_MISO_PIN PORTB6
0 comments (0 inline, 0 general)