#include #include #include #include "t_spi.h" int main() { srand((unsigned)time(NULL)); printf("Hello, World!\n"); Test_spi(); return 0; }