简体   繁体   English

Arduino Wifi Shield SPI命令

[英]Arduino Wifi Shield SPI commands

I'm currently using the Arduino Wifi Shield . 我目前正在使用Arduino Wifi Shield It works fine with the Arduino Library, but I have a project in which I need to get rid of all the Arduino library, and use only the AVR-libc. 它可以与Arduino库一起正常工作,但是我有一个项目需要删除所有Arduino库,并且仅使用AVR-libc。

Therefore, in order to use the Wifi shield, I would like to know where there is a documentation about the protocol used on the SPI bus between the arduino and the shield, so that I do not need to use the Wifi Library. 因此,为了使用Wifi防护板,我想知道在哪里有关于arduino和防护板之间SPI总线上使用的协议的文档,因此我不需要使用Wifi库。

Am I forced to look at the source code, or does any document exist? 我是否被迫查看源代码,或者是否存在任何文档?

Thanks. 谢谢。

The documentation for SPI will be contained in the datasheet for the MCU used in the Arduino. SPI的文档将包含在Arduino中使用的MCU的数据表中。 For AVR-based Arduinos, look in the section titled "SPI – Serial Peripheral Interface". 对于基于AVR的Arduino,请查看标题为“ SPI –串行外围设备接口”的部分。 For the Arduino Due, see the "Serial Peripheral Interface (SPI) Programmer Datasheet" section. 对于Arduino Due,请参见“串行外围接口(SPI)编程器数据表”部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM