Package avrora.sim.mcu

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.
 

Class Summary
ATMega128L The ATMega128L class represents the Microcontroller instance that has all the hardware parameters of the ATMega128L microcontroller as produced by Atmel Corporatation.
ATMega128L.SPIDevice.SPIFrame A single byte data frame for the SPI.
ATMega128L.USARTDevice.USARTFrame A USARTFrame is a representation of the serial frames being passed between the USART and a connected device.
ATMegaFamily  
Microcontrollers The Microcontrollers class represents a static, known mapping between names and implementations of microcontroller models.