03-14-2010, 02:10 PM
|
#25
|
Crash and Bang Winger
|
Quote:
Originally Posted by TheyCallMeBruce
I see your problem. I fixed it for you.
void setup_spi()
{
SPI1CON = 0x063E; // 0000 | 0110 | 0011 | 1110
SPI1STAT = 0x8000; // enable SPI port
printf("Goodbye World.\n");
return;
}
|
Better.
|
|
|