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,编译,问题解决!
原文地址:https://www.cnblogs.com/xingboy/p/9541267.html
时间: 2024-10-05 23:27:54