|
Interface Summary |
| Microcontroller |
The Microcontroller interface corresponds to a hardware device
that implements the AVR instruction set. |
| Microcontroller.Pin |
The Pin interface encapsulates the notion of a physical
pin on the microcontroller chip. |
| Microcontroller.Pin.Input |
The Input interface represents an input pin. |
| Microcontroller.Pin.Output |
The Output interface represents an output pin. |
| MicrocontrollerFactory |
The MicrocontrollerFactory interface is implemented by a class
that is capable of making repeated copies of a particular microcontroller
for use in simulation. |
| MicrocontrollerProperties |
The MicrocontrollerProperties interface represents a set of
methods that get information about a particular microcontroller implementation. |