WOLFRAM SYSTEM MODELER

ArduinoLeonardo

Component with configuration for Arduino Leonardo boards

Wolfram Language

In[1]:=
SystemModel["ModelPlug.Boards.ArduinoLeonardo"]
Out[1]:=

Information

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.

Parameters (2)

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

Connectors (1)

boardConnector

Type: BoardConnector

Components (1)

board

Type: FirmataBoardObject

Used in Examples (1)

UsingArduinoLeonardo

ModelPlug.Examples

Basic example of blinking an LED using the Arduino Leonardo