Currently unable to build on windows, I get this gyp error:
..\src\spi_binding.cc(22): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
I understand that the lib won't function properly on windows, but it looks like the fake_spi.h was added to support building on other platforms with a mock for testing/development.
Currently unable to build on windows, I get this gyp error:
..\src\spi_binding.cc(22): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
I understand that the lib won't function properly on windows, but it looks like the fake_spi.h was added to support building on other platforms with a mock for testing/development.
Is there a way to make it build on win? Thanks!