|
With
microCommander you can add a graphical user interface
to your embedded application. Users can view and interact
with the status and operation of the application through
this interface. And they can do so without worrying
about the Components that were used to build it.
The
graphical user interface is built using Visual Controls.
Visual Controls are added to your application very much
like Components: just drag-and-drop and fill-in-the-blanks.
You can use them to create a virtual control panel for
your microcontroller.
We
continue the Automated Incubator Unit sample application
walkthrough, by adding Visual Controls. The GUI we make
can be used to monitor the temperature inside the incubator,
to change the desired temperature, and to manually control
the heater.
|