-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrap Windows 10 "IoT" interface for SPI #18
Comments
c.f. https://blogs.windows.com/buildingapps/2015/05/12/bringing-node-js-to-windows-10-iot-core/ — perhaps MS has already provided UWP bindings in their Chakra version of node? UPDATE: yup, https://www.npmjs.com/package/uwp |
Visual studio 2015 has a very good plugin for nodejs development. It lets you put breakpoints even in nodejs code and single step through the logic. Obviously, no spi port.
====npm command completed with exit code 1==== |
@johngrabner This looks like a generic npm configuration issue:
See e.g. https://stackoverflow.com/questions/21365714/nodejs-error-installing-with-npm. This issue here is to track actual Windows support, since there are Windows "IoT" apis available that could give us SPI support. I'll update the title here to clarify. |
Right now this project just builds a stub version (that compiles, but throws a runtime error if actually used) on platforms like OS X and Windows i.e. anywhere where the Linux SPI module does not exist.
For Windows 10 though, say running on RasPi 2, there is a set of "IoT" interfaces, including SPI: https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.spi.aspx
The text was updated successfully, but these errors were encountered: