Package avrora.sim.mcu

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.
 

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.
Microcontrollers The Microcontrollers class represents a static, known mapping between names and implementations of microcontroller models.