|
Interface Summary |
| ATMega128L.ADCInput |
The ADCInput interface is used by inputs into the analog to digital
converter. |
| ATMega128L.Clock |
Interface for an alternate clock. |
| ATMega128L.SPIDevice |
Interface for devices that can connect to the SPI. |
| ATMega128L.USARTDevice |
The USARTDevice interface describes USARTs and
other serial devices which can be connected to the USART. |
| 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. |