mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2024-11-25 10:30:49 +00:00
407f6831a9
it contains an (untested) MCP23S17 driver complete with AVR SPI support, and an (untested) external memory interface driver that uses it.
14 lines
127 B
C
14 lines
127 B
C
/*
|
|
* main.c
|
|
*
|
|
* Created on: Nov 25, 2011
|
|
* Author: Doug
|
|
*/
|
|
|
|
int main(void)
|
|
{
|
|
while (1);
|
|
|
|
return 0;
|
|
}
|