Home
Home copied to clipboard
Migrate Seesaw from .NET IoT to .NET nanoFramework
Details about Problem
nanoFramework area: C# code
Description
In the list of bindings to migrate from .NET IoT to .NET nanoFramework, few bindings are still to migrate.
You can find all of them in this directory. The goal is to migrate them to .NET nanoFramework using the documentation and guidelines here.
Detailed repro steps so we can see the same problem
- Pick Seesaw
- Copy/Paste the directory into /devices
- Adjust the code to make it .NET nanoFramework compatible
- Adjust the samples
- Adjust the nuspec
- Adjust anything specific in the documentation (replace Raspberry Pi Fritzing by one of the supported MCU like ESP32, add the specific warning about I2C and SPI pin setup, etc)
- Go for a PR!
Other suggested things
Use the other existing binding as an examples.
Additional context
This is part of a long term effort that relays on aligned API between .NET IoT and .NET nanoFramework.
I'd like to pick this one up (once nanoframework/nanoFramework.IoT.Device#211 is done)
@usmanatron you're rocking on these ports!! Well done. 👏🏻 😃
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
In progress