8 lines
88 B
C++
8 lines
88 B
C++
#include <avr/io.h>
|
|
#include "spi.h"
|
|
|
|
int main() {
|
|
SPI spi_master;
|
|
return 0;
|
|
}
|