SPI 的库文件是arduino开源库,在程序中include。
SPI IIC都是通信协议【模块】,需要硬件支持,MCU都会集成相应的模块。arduino都集成在了内核中,直接用API函数调用即可。其他单片机的架构也是相同的。
SPI的库和函数及其相关说明:SPI Libary
《Arduino》SPI模块官方手册:https://docs.arduino.cc/tutorials/generic/introduction-to-the-serial-peripheral-interface/
集成的各个模块,通信协议相关的东西在里面。我需要多看看文档
https://docs.arduino.cc/learn/
简化的编程