Package avrora.sim.platform

Interface Summary
Platform The Platform interface represents both a microcontroller instance and the devices connected to it.
PlatformFactory The PlatformFactory interface represents a factory-style interface where an implementor can create multiple platforms of the same type for a given program.
 

Class Summary
Mica The Mica class is an implementation of the Platform interface that represents both a specific microcontroller and the devices connected to it.
Mica2 The Mica2 class is an implementation of the Platform interface that represents both a specific microcontroller and the devices connected to it.
Platforms The Platforms class represents the library of known platforms.