FastIOW is a dotnet library for fast and easy, arduino-like access to Code Mercenaries IOWarrior devices.
This library simplifies the way of handling communication between computer and IOWarrior by abstracting and simplifing various components. It gives newcomers the ability to achive first results quickly.
Experienced developers can use this library to get things fast and and with minimal effort done, so they can focus on their task.
Board | GPIO | I2C | SPI | ADC | PWM | Timer |
---|---|---|---|---|---|---|
IOWarrior40 | Yes (untested) | Yes (untested) | N/A | N/A | N/A | N/A |
IOWarrior24 | Yes (tested) | Yes (tested) | Yes (tested) | N/A | N/A | Yes (tested) |
IOWarrior56 | Yes (tested) | Yes (tested) | Yes (tested) | Yes (tested) | Yes (tested) | N/A |
IOWarrior28 | Yes (tested) | Yes (tested) | N/A | Yes (tested) | NA | N/A |
IOWarrior28L | Yes (untested) | Yes (untested) | N/A | N/A | NA | N/A |
You can find some software examples here.
This library is available via Nuget.
Have fun!