Build gadgeteer applications without connecting any hardware!Also available via nuget, search for 'gadgeteer', 'gadgeteer interfaces', 'gadgeteer spot', gadgeteer GHI components or gadgeteer seeed components'Project aimed at creating
- making your gadgeteer applications testable (allowing for unittesting the application)
- build applications without attaching the physical device
- decreasing manufacturer coupling and easing switching between then.
- dummy modules for use in testing (fake implementations of the interfaces)
- making the coding for gadgeteer even more fun!
This should allow for building your gadgeteer applications based on the interfaces. This should give the following additional gains:
- Decrease manufactor coupling
- Increase testability (with for instance NUnit or xUnit).
- Create and simulate applications without having the hardware.
Currently only a subset of components where added; if you have any missing parts for your application, please let me know.
Currently I have used it in my
Gadgeteer sample projects and I use it when building my own Gadgeteer applications.
More information about the code and which components are currently present can be found in the
documentation.