error: #5: cannot open source input file "spi.h": No such file or directory
1.出现这种问题,首先要确认头文件的命名要与文件名一致,如下:
#ifndef _SPI_H
#define _SPI_H
#endif
2.添加路径,问题即可解决
3.确认OK,编译,问题解决!
error: #5: cannot open source input file "spi.h": No such file or directory
1.出现这种问题,首先要确认头文件的命名要与文件名一致,如下:
#ifndef _SPI_H
#define _SPI_H
#endif
2.添加路径,问题即可解决
3.确认OK,编译,问题解决!