WOLFRAM SYSTEM MODELER
ArduinoLeonardoComponent with configuration for Arduino Leonardo boards |
|
SystemModel["ModelPlug.Boards.ArduinoLeonardo"]

This component provides a ready-to-use configuration for the Arduino Leonardo board. This component works for any board using native USB communication, like the Arduino Esplora.
When running the simulation, you will get a list of the capabilities of every pin. If you want to stop showing the capabilities every time you simulate, you need to set the property 'ShowCapabilities' to false.
| Port |
Value: "COMX" Type: SerialPort Description: Name of the serial port |
|---|---|
| ShowPinCapabilities |
Value: true Type: Boolean Description: Set to true if you want to see the capabilities of the pins in your board |
| boardConnector |
Type: BoardConnector |
|---|
| board |
Type: FirmataBoardObject |
|---|
|
ModelPlug.Examples Basic example of blinking an LED using the Arduino Leonardo |