packageExamples

Examples that demonstrate the usage of the virtual Arduino Uno

Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).

Contents

NameDescription
AnalogReadSerialAn Arduino reading a potentiometer
BarGraphAn Arduino reading a potentiometer and controlling 10 LEDs
BlinkAn Arduino with a blinking LED
BlinkWithoutDelayAn Arduino with a blinking LED w/o using delay()
ButtonAn Arduino connected to a button
FadeAn Arduino dimming an LED
PingAn Arduino controlling an ultra-sonic range finder
SweepAn Arduino controlling a servo
ControlledDCMotorAn Arduino controlling a motor with a variable load
RobotArmA 6 degree of freedom robot arm controlled by an Arduino
ToneMelodyPlay a Melody using the tone() function
ShiftOutHelloWorldAn Arduino controlling 8 LED using a shift register