<< cmd_arduino_d_control arduino cmd_dcmotor_release >>

arduino >> arduino > cmd_arduino_meter

cmd_arduino_meter

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

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

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

See also

Authors


Report an issue
<< cmd_arduino_d_control arduino cmd_dcmotor_release >>