This is the Windows 10 IOT Library to work with Raspberry Pi expansion boards from https://www.abelectronics.co.uk.
The AB Electronics Windows 10 IOT Library in the ABElectronics_Win10IOT_Libraries directory contains classes for the following Raspberry Pi expansion boards:
This library is not compatible with the direct memory mapped driver (DMAP).
To install ABElectronics-Windows10-IOT, run the following command in the Package Manager Console
Install-Package ABElectronics_Win10IOT_Libraries
The library is available from NuGet.
- RP A+, B+, 2, 3 & Zero: https://www.abelectronics.co.uk/p/69/ADC-Pi-Raspberry-Pi-Analogue-to-Digital-converter
- RP A+, B+, 2 & 3: https://www.abelectronics.co.uk/p/65/ADC-Differential-Pi-Raspberry-Pi-Analogue-to-Digital-converter
- RP Zero, A+, B+, 2 & 3: https://www.abelectronics.co.uk/p/50/Expander-Pi
- RP Pi Zero: https://www.abelectronics.co.uk/p/71/IO-Pi-Zero*
- RP A+, B+, 2 & 3: https://www.abelectronics.co.uk/p/54/IO-Pi-Plus
- RP Pi Zero: https://www.abelectronics.co.uk/p/70/RTC-Pi-Zero*
- RP A+, B+, 2 & 3: https://www.abelectronics.co.uk/p/52/RTC-Pi-Plus
- RP Pi Zero: https://www.abelectronics.co.uk/p/72/Servo-PWM-Pi-Zero*
- RP A+, B+, 2 & 3: https://www.abelectronics.co.uk/p/44/Servo-PWM-Pi
* Note: Windows 10 IoT won't work on Pi Zero because it's ARMv6. ARMv7+ is required for Windows.
- The "DemoApplication" directory contains a sample GUI application to connect to each of the supported boards and get and set data. -- The project/solution is written for Visual Studio 2015 running under Windows 10.
If you are not using the Nuget version, you'll need to include the following dll file as a reference in your project:
ABElectronics_Win10IOT_Libraries\bin\ARM\Release\ABElectronics_Win10IOT_Libraries.dll
.