Add sim65 tests
This commit is contained in:
10
sw/tests/test_main.c
Normal file
10
sw/tests/test_main.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <spi.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("Starting spi_write_byte test...\n");
|
||||
spi_write_byte(0xa5);
|
||||
printf("Done!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user