Why isn't my new object being seen? C#
- by Dan
I am getting ready to take a class at a college on C#. I have been reading up on it a lot and decided to start a fun project.
Here is what my project consists of:
Main Control Form
Configuration Form
Arduino
Program.cs calls Configuration.cs at start. This is where pin modes for the Arduino are set and where a timer is set. When I set…