<< ARDUINO_SETUP Arduino toolbox DCMOTOR_SB >>

Arduino toolbox >> Arduino toolbox > SEVEN_SEG_DISPLAY_SB

SEVEN_SEG_DISPLAY_SB

Sends a value to the seven segment display

Overview

Contents

Palette

Arduino

Description

The input value is converted into an uint16_t integer. If the input value is smaller than 0 it is set to 0 if it is bigger than 0xffff it is limited to this value. The value is then displayed in hexadecimal form on the seven segment display

Parameters

Arduino card number must be 1 for the moment

Example 1

The example below shows a counter whose value is displayed on a plot as well as on the seven segment display.

See also


Report an issue
<< ARDUINO_SETUP Arduino toolbox DCMOTOR_SB >>