Is SPI supported
m_kramar
New Member Posts: 8 ✭
Hello community!
I'm thinking to buy Up Core Plus and install Windows 10 on it.
I will need support of GPIO and SPI.
Are these two things supported?
Can you please share code examples?
Comments
-
Dear administration, can you please answer this question?
-
Hi m_kramar,
In theory both SPI and GPIO are supported. You will need to install the UpBridge SDK as I have outlined here. Included in the SDK is a sample app which shows how to communicate with the GPIo pins. For SPI, you can use the API in the Windows.Devices.Spi namespace after installing the UpBridge SDK.
HTH,
--Michael