It is mentioned that Universal Windows App can be executed in all Windows 10 versions.
Windows.Devices.Sensors has API's available for different sensors like Accelerometer etc.
Is it possible to use these Accelerometer API if Accelerometer is connected via I2C to Raspberry Pi board ? In the samples given, the Accelerometer driver is using Windows.Devices.I2c API.
I want to understand to which of the Windows API's will run on Windows 10 IOT core.
It was mentioned in samples that GPIO APIs are only available on Windows 10 IoT Core.
Is there documentation available on what are the API's supported by Windows 10 IOT COre ?