WOLFRAM SYSTEM MODELER
DigitalOutputWrites a digital signal to the specified pin |
SystemModel["ModelPlug.Pins.DigitalOutput"]
Writes a digital signal to the specified pin. This component uses the 'digitalWrite' function of the Arduino.
Signal Range: This component accepts only Boolean signals (true/false).
Pin |
Value: 0 Type: Integer Description: Number of the digital pin |
---|
u |
Type: BooleanInput Description: 'input Boolean' as connector |
|
---|---|---|
pinConnector |
Type: PinConnector |
ModelPlug.Examples Basic example of blinking an LED |
|
ModelPlug.Examples Reading analog signals |
|
ModelPlug.Examples A simple On/Off controller |
|
ModelPlug.Examples Basic example of blinking an LED using the Arduino Leonardo |
|
ModelPlug.Examples Using a Firmata-compatible board |
|
ModelPlug.Examples Blinking a LED using a standard Firmata board |
|
ModelPlug.Examples Reading a temperature sensor I2C device |