本文介绍了SPI.Read()方法的示例代码和说明。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有人有一个代码片段,说明如何使用这种方法?
Does anyone have an code snippet with explanation of how to use this method?
提前致谢。
推荐答案
基本上文档可以在 https://docs.microsoft.com
basically the documentation is available at https://docs.microsoft.com
例如
SpiDevice类还列出读取(字节[])方法和解释"读取来自已连接的设备。"
for example SpiDevice Class lists also Read(Byte[]) Method and as explanation "Reads from the connected device."
在GitHub上你将找到SPI样本以及Pin映射页面显示如何使用SPI
on GitHub Windows 10 IoT Core Samples you will find SPI samples and also the Pin mapping pages shows how to use SPI
当然它主要取决于从属
br
Andre
br
Andre
这篇关于SPI.Read()方法的示例代码和说明。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!