<< cmd_arduino_d_control Arduino toolbox cmd_dcmotor_release >>

Arduino toolbox >> Arduino toolbox > cmd_arduino_meter

cmd_arduino_meter

GUI to display continuous signal from a loop, and break the loop after termination of the GUI

Calling Sequence

cmd_arduino_meter(val)

Parameters

val :

Value to be displayed

Description

This GUI provides a convenient way display a continuous data from a loop and break the loop after the termination of the GUI. By this, it behave like a digital meter by showing the data in a GUI instead of the console

Examples

ok = open_serial(1,9,115200)
val = cmd_analog_in_volt(1,9)
cmd_arduino_meter(val)
close_serial(1)

See also

Authors


Report an issue
<< cmd_arduino_d_control Arduino toolbox cmd_dcmotor_release >>