|
Class Summary |
| DefaultPlatform |
The DefaultPlatform class represents the simplest type of platform, a microcontroller
with no externally connected devices. |
| DefaultPlatform.Factory |
The DefaultPlatform.Factory class implements a factory for a default platform. |
| ExternalFlash |
The ExternalFlash class implements the necessary functionality of the
Atmega Dataflash interface to use the Mica2 DataFlash
This device requires use of the following pins:
PA3 - Flash Cable Seclect
PD2 - USART1_RXD
PD3 - USART1_TXD
PD5 - USART1_CLK |
| LCDScreen |
Debug class. |
| LED |
The LED class implements an LED (light emitting diode) that can be hooked up
to a pin on the microcontroller. |
| Mica2 |
The Mica2 class is an implementation of the Platform interface that represents
both a specific microcontroller and the devices connected to it. |
| Mica2.Factory |
|
| PinConnect |
Very simple implementation of pin interconnect between microcontrollers |
| PinWire |
The PinWire class is the interface for making wire connections
to other microcontrollers. |
| Platform |
The Platform interface represents both a microcontroller instance and the devices connected to
it. |
| Seres |
The Seres class is an implementation of the Platform interface that represents
both a specific microcontroller and the devices connected to it. |
| Seres.Factory |
|
| SerialForwarder |
The SerialForwarder class implements a serial forwarder that takes traffic
to and from a socket and directs it into the UART chip of a simulated device. |