8 lines
69 B
C++
8 lines
69 B
C++
#include "spi.h"
|
|
|
|
int main() {
|
|
|
|
SPI spi_master;
|
|
return 0;
|
|
}
|