GPIO Board Software - build and run
In tasks.json there are three tasks:
- build
- publish
- test
In launch.json there are two configurations:
- Run remotely
- Run locally
My plan is to write a simulator so that I can test the local configuration on a PC. The simulator would probably look something like:
Prev: [Creating the solution in Visual Studio Code...][RPI-dotnet-software]