New pages
Jump to navigation
Jump to search
15 September 2025
- 00:3400:34, 15 September 2025 Find Complex Array Position (hist | edit) [969 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindComplexArrayPosition.png == Summary == Finds the index of the first occurrence of a specified complex value within a complex array. == Description == The **Find Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the beginning of the array. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:<...")
- 00:3100:31, 15 September 2025 Find Last Complex Array Position (hist | edit) [973 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindLastComplexArrayPosition.png == Summary == Finds the index of the last occurrence of a specified complex value within a complex array. == Description == The **Find Last Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:...")
- 00:2900:29, 15 September 2025 Find Last Analog Array Position (hist | edit) [944 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindLastAnalogArrayPosition.png == Summary == Finds the index of the last occurrence of a specified value within an analog array. == Description == The **Find Last Analog Array Position** component searches the input analog array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> I...")
- 00:2700:27, 15 September 2025 Find Analog Array Position (hist | edit) [869 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindAnalogArrayPosition.png == Summary == Finds the index of a specified value within an analog array. == Description == The **Find Analog Array Position** component searches the input analog array for a matching value from the **Value Elements**. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> Image:TArduinoFindAnalogArrayPosition.Preview.png == Propertie...")
- 00:2200:22, 15 September 2025 Humidity and Thermometer Sensirion SHT20 (hist | edit) [1,752 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSHT20.png == Summary == Measures ambient temperature and relative humidity using the Sensirion SHT20 digital sensor over I²C. == Description == The **Humidity and Thermometer Sensirion SHT20** component provides precise temperature and humidity readings. It communicates via the I²C bus and supports multiple resolution settings for temperature and humidity measurements. A **Reset** pin allows the sensor to be reset via a digital input....")
14 September 2025
- 23:5423:54, 14 September 2025 Humidity and Thermometer Sensirion HTS221(I2C) (hist | edit) [2,273 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoHTS221.png == Summary == Measures ambient temperature and relative humidity using the Sensirion HTS221 digital sensor over I²C. == Description == The **Humidity and Thermometer Sensirion HTS221 (I2C)** component provides high-precision temperature and humidity readings. It communicates via the I²C bus and supports features such as averaging, one-shot measurement mode, and built-in heater control. Data availability can be monitored using...")
- 23:4523:45, 14 September 2025 Humidity and Thermometer DHT12 (hist | edit) [1,510 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDHT12.png == Summary == Reads temperature and humidity data from the DHT12 digital sensor using the I²C interface. == Description == The **Humidity and Thermometer DHT12** component measures ambient temperature and relative humidity. It communicates over the I²C bus and provides precise digital sensing. The temperature can be reported in Celsius or Fahrenheit based on the **In Fahrenheit** property. A read cycle is triggered through th...")
- 23:4123:41, 14 September 2025 Grove Temperature (hist | edit) [1,424 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoGroveDHT11.png == Summary == Reads temperature and humidity data from the Grove Temperature & Humidity Sensor (DHT11). == Description == The **Grove Temperature & Humidity Sensor (DHT11)** component measures both ambient temperature and relative humidity. It supports temperature output in either Celsius or Fahrenheit, depending on the **In Fahrenheit** property. The sensor is triggered via the **Clock** pin, and outputs the readings as ana...")
- 23:3323:33, 14 September 2025 Merge Octets To 64 bit Unsigned MAC Address (hist | edit) [1,472 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToMACUnsigned.png == Summary == Combines six individual octets into a single 64-bit unsigned MAC address. == Description == The **Merge Octets To 64-bit Unsigned MAC Address** component constructs a MAC address by merging six octet inputs into a single 64-bit unsigned integer. The merge is triggered by the **Clock** input. This is useful for generating or reconstructing MAC addresses from their separate byte components. <b>Di...")
- 23:2923:29, 14 September 2025 Split 64 bit Unsigned MAC Address To Octets (hist | edit) [1,279 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSplitMACUnsignedToOctets.png == Summary == Splits a 64-bit unsigned MAC address into six individual octets. == Description == The **Split 64-bit Unsigned MAC Address To Octets** component takes a single 64-bit unsigned integer representing a MAC address and breaks it down into its six constituent octets. This allows easier formatting, display, or transmission of MAC addresses in their common colon-separated octet form. <b>Diagram:</b>...")
- 23:2523:25, 14 September 2025 Split Unsigned TCP/IP IPv4 Address To Octets (hist | edit) [1,172 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSplitUnsignedIPv4ToOctets.png == Summary == Splits a 32-bit unsigned integer IPv4 address into four individual octets. == Description == The **Split Unsigned TCP/IP IPv4 Address To Octets** component takes a single 32-bit unsigned integer representing an IPv4 address and breaks it down into its four constituent octets. This allows easier manipulation, display, or transmission of IPv4 addresses in segmented form. <b>Diagram:</b> Image...")
- 23:2223:22, 14 September 2025 Merge Octets To Unsigned TCP/IP IPv4 Address (hist | edit) [1,452 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToUnsignedIPv4.png == Summary == Merges four individual octets into a single unsigned 32-bit integer representing an IPv4 address. == Description == The **Merge Octets To Unsigned TCP/IP IPv4 Address** component combines four 8-bit octets into a 32-bit unsigned integer value. This value represents a complete IPv4 address in numeric form, making it useful for networking applications, comparisons, or storage. The **Initial Value**...")
- 23:1823:18, 14 September 2025 Merge Octets To Text MAC Address (hist | edit) [1,535 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToTextMAC.png == Summary == Converts six separate octets into a formatted text representation of a MAC address. == Description == The **Merge Octets To Text MAC Address** component combines six input octets into a single string formatted as a standard MAC address (e.g., `00:1A:2B:3C:4D:5E`). Each octet is provided as a separate input, and the full address is updated when triggered by the **Clock** pin. An initial default address...")
- 23:1423:14, 14 September 2025 Merge Octets To Text TCP/IP IPv4 Address (hist | edit) [1,431 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToTextIPv4.png == Summary == Converts four separate octets into a formatted text representation of an IPv4 address. == Description == The **Merge Octets To Text TCP/IP IPv4 Address** component combines four input octets into a single string formatted as a standard IPv4 address (e.g., `192.168.0.1`). Each octet is provided as a separate input, and the full address is updated when triggered by the **Clock** pin. An initial default...")
- 12:1912:19, 14 September 2025 Clock Modified (hist | edit) [784 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoClockModified.png == Summary == Outputs a modified version of the input clock signal. == Description == The **Clock Modified** component takes an input clock signal and outputs a modified version. This can be used for testing, signal conditioning, or adjusting clock characteristics in digital circuits. <b>Diagram:</b> Image:TArduinoClockModified.Preview.png == Properties == *'''Enabled''' – Enables or disables the component. == Pins...")
- 12:1612:16, 14 September 2025 Multiply Complex By Complex Value (hist | edit) [1,093 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMultiplyComplexByComplexValue.png == Summary == Multiplies an incoming complex signal by a fixed complex value. == Description == The **Multiply Complex By Complex Value** component takes a complex input signal and multiplies it by a specified constant complex number defined by its **Real** and **Imaginary** components. This is useful for scaling, rotating, or transforming complex signals in applications such as signal processing, phasor analysis, a...")
- 12:0912:09, 14 September 2025 CAN bus On/Off Switch (hist | edit) [1,228 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCANBusOnOffSwitch.png == Summary == Enables or disables the flow of a CAN bus input signal to the output. == Description == The **CAN bus On/Off Switch** component allows conditional control of a CAN bus signal. When **Enable** is active, the value from **In** is passed to **Out**. When **Enable** is inactive, the output is blocked. This is useful for gating, selectively routing, or pausing CAN bus signal propagation. <b>Diagram:</b> Ima...")
- 11:4211:42, 14 September 2025 CAN bus Mux(Multi channel Switch) (hist | edit) [1,149 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCANBusMux.png == Summary == Selects one of multiple CAN bus input signals based on an integer channel index. == Description == The **CAN bus Mux (Multi Channel Switch)** component allows routing of multiple CAN bus input signals into a single output. The active channel is determined by the value received at the **Select** pin. This is useful for multiplexing multiple CAN bus sources into one processing or output path. <b>Diagram:</b> Image...")
- 11:3111:31, 14 September 2025 RGBW Alpha Color Multi Source (hist | edit) [1,301 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorMultiSource.png == Summary == Distributes a single RGBW Alpha Color input to multiple output channels simultaneously. == Description == The **RGBW Alpha Color Multi Source** component copies an incoming RGBW Alpha Color signal to multiple output pins at the same time. The number of output pins is configurable via the **Output Pins** property. This is useful for sending the same color and alpha information to multiple LEDs or processi...")
- 11:2911:29, 14 September 2025 CAN bus Multi Source (hist | edit) [1,235 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCANbusMultiSource.png == Summary == Distributes a single CAN bus input message to multiple output channels simultaneously. == Description == The **CAN bus Multi Source** component copies an incoming CAN bus message to multiple output pins at the same time. The number of output pins is configurable via the **Output Pins** property. This allows the same CAN message to be sent to multiple processing blocks or devices without duplicating the bus conne...")
- 11:2411:24, 14 September 2025 CAN bus Snapshot (hist | edit) [948 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCANbusSnapshot.png == Summary == Captures a snapshot of an incoming CAN bus message when triggered. == Description == The **CAN bus Snapshot** component stores the current state of a CAN bus input when the **Snapshot** pin is triggered. The stored snapshot can then be retrieved from the **Out** pin for further use or analysis. <b>Diagram:</b> Image:TArduinoCANbusSnapshot.Preview.png == Categories == *Image:TArduinoSignalCate...")
- 11:1211:12, 14 September 2025 CAN bus Toggle Switch (hist | edit) [1,261 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCANToggleSwitch.png == Summary == Selects between two CAN bus inputs based on a boolean control signal. == Description == The **CAN bus Toggle Switch** component acts as a binary selector for CAN bus signals. When the **Select** pin is `True`, the input connected to the **True** pin is routed to the output. When the **Select** pin is `False`, the input connected to the **False** pin is routed instead. The **Initial Select Value** propert...")
- 11:0811:08, 14 September 2025 RGBW Alpha Color Toggle Switch (hist | edit) [1,340 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorToggleSwitch.png == Summary == Selects between two RGBW Alpha Color inputs based on a boolean control signal. == Description == The **RGBW Alpha Color Toggle Switch** component acts as a binary selector for RGBW Alpha Color signals. When the **Select** pin is `True`, the input connected to the **True** pin is routed to the output. When the **Select** pin is `False`, the input connected to the **False** pin is routed instead....")
- 10:5710:57, 14 September 2025 Clock Toggle Demux (hist | edit) [1,146 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoClockToggleDemux.png == Summary == Routes a single clock input to one of two outputs based on a boolean control signal. == Description == The **Clock Toggle Demux** component takes a clock input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for clock signals. <b>Diagram...")
- 10:5510:55, 14 September 2025 CAN bus Toggle Demux (hist | edit) [1,173 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCANToggleDemux.png == Summary == Routes a single CAN bus input to one of two outputs based on a boolean control signal. == Description == The **CAN bus Toggle Demux** component takes a single CAN bus input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for CAN bus messages....")
- 10:5110:51, 14 September 2025 CAN bus Demux(Multiple Output channel Switch) (hist | edit) [1,374 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCANDemux.png == Summary == The **CAN bus Demux (Multiple Output Channel Switch)** routes a single CAN bus input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input. == Description == This component allows dynamic distribution of a CAN bus message stream to multiple outputs. The number of output channels is configurable with the **Output Pins** pro...")
- 10:4810:48, 14 September 2025 RGBW Alpha Color Demux(Multiple Output channel Switch) (hist | edit) [1,459 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRGBWAlphaColorDemux.png == Summary == The **RGBW Alpha Color Demux (Multiple Output Channel Switch)** routes a single RGBW Alpha Color input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input. == Description == This component allows dynamic distribution of a single RGBW Alpha Color signal to multiple outputs. The number of output channels is conf...")
- 10:4610:46, 14 September 2025 Clock Demux(Multiple Output channel Switch) (hist | edit) [1,387 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoClockDemux.png == Summary == The **Clock Demux (Multiple Output Channel Switch)** component routes a single clock input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input. == Description == This component allows dynamic distribution of a clock signal to multiple outputs. The number of output channels is configurable with the **Output Pins** prope...")
- 10:3010:30, 14 September 2025 Bluetooth Remote Service (hist | edit) [1,925 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBluetoothRemoteService.png == Summary == The **Bluetooth Remote Service** component defines a customizable Bluetooth Low Energy (BLE) service with user-defined characteristics. Each characteristic can be of different types such as Analog, Binary, Text, Integer, Unsigned, or Digital. This allows flexible remote data exchange between devices over BLE. == Description == This component lets you build a remote BLE service by adding one or more **charac...")
- 10:2110:21, 14 September 2025 Battery Bluetooth Service (hist | edit) [1,348 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBatteryBluetoothService.png == Summary == The **Battery Bluetooth Service** component provides a standard Bluetooth Low Energy (BLE) service for reporting device battery level. It can be used to share the remaining charge percentage with connected devices such as smartphones, tablets, or other BLE clients. == Description == This component implements the **Bluetooth Battery Service**, which is part of the standard BLE GATT profile. It allows monito...")
- 10:1710:17, 14 September 2025 Bluetooth iBeacon (hist | edit) [1,324 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoBluetoothIBeacon.png == Summary == The **Bluetooth iBeacon** component is used to broadcast beacon signals for proximity detection and indoor location services. It provides a customizable UUID, manufacturer information, major value, and calibrated signal power output. == Description == An iBeacon is a Bluetooth Low Energy (BLE) device that repeatedly transmits a small amount of data. This component allows you to configure the **Proximity UUID**, *...")
- 10:1110:11, 14 September 2025 On/Off Delay (hist | edit) [1,495 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoOnOffDelay.png == Summary == The **On/Off Delay** component introduces configurable delays for activating and deactivating a digital output signal. It is useful for debouncing, timing control, and ensuring stable state transitions. == Description == This component delays the transition of a digital signal at its output. When the input turns **on**, the output is activated only after the specified **On Interval** has elapsed. When the input turns...")
- 10:0410:04, 14 September 2025 Detect Edge(Digital to Clock) (hist | edit) [1,481 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDetectEdgeDigitalToClock.png == Summary == The **Detect Edge (Digital to Clock)** component converts changes in a digital input signal into clock pulses. It can be configured to trigger on rising edges, falling edges, or any change. == Description == This component monitors a digital signal and generates a clock output when specific edge conditions are met. It supports detection of rising edges (low to high), falling edges (high to low), or any ch...")
- 09:5909:59, 14 September 2025 Repeat Clock (hist | edit) [1,054 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatClock.png == Summary == The **Repeat Clock** component generates repeated clock signals with a configurable interval and optional microsecond precision. == Description == This component outputs clock pulses repeatedly based on the specified interval. It can operate in microseconds or standard timing, making it suitable for precise timing applications or regular digital triggering. <b>Diagram:</b> Image:TArduinoRepeatClock.Preview.png...")
- 09:5509:55, 14 September 2025 Repeat 64 bit Integer (hist | edit) [952 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeat64bitInteger.png == Summary == The **Repeat 64 bit Integer** component repeats a 64-bit integer input a specified number of times. == Description == This component takes a 64-bit integer input and outputs it multiple times according to the configured count. It is useful for duplicating or broadcasting large integer values to multiple consumers or further processing. <b>Diagram:</b> Image:TArduinoRepeat64bitInteger.Preview.png == Prope...")
- 09:5309:53, 14 September 2025 Repeat Image (hist | edit) [878 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatImage.png == Summary == The **Repeat Image** component repeats an image input a specified number of times. == Description == This component takes an image input and outputs it multiple times according to the configured count. It is useful when duplicating or broadcasting an image to multiple consumers for further processing, storage, or visualization. <b>Diagram:</b> Image:TArduinoRepeatImage.Preview.png == Properties == *'''Enabled''...")
- 09:5009:50, 14 September 2025 Repeat Quaternion (hist | edit) [975 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatQuaternion.png == Summary == The **Repeat Quaternion** component repeats a quaternion input a specified number of times. == Description == This component takes a quaternion input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation quaternions to multiple consumers or repeating them for synchronization and processing tasks. <b>Diagram:</b> Image:TArduinoRepeatQuaternion.Previ...")
- 05:4605:46, 14 September 2025 Repeat 3D Orientation (hist | edit) [998 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeat3DOrientation.png == Summary == The **Repeat 3D Orientation** component repeats a 3D orientation input a specified number of times. == Description == This component takes a 3D orientation input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation data to multiple consumers or repeating it for synchronization and processing. <b>Diagram:</b> Image:TArduinoRepeat3DOrientation.Pr...")
- 05:3905:39, 14 September 2025 Repeat 2D Orientation (hist | edit) [998 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeat2DOrientation.png == Summary == The **Repeat 2D Orientation** component repeats a 2D orientation input a specified number of times. == Description == This component takes a 2D orientation input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation data to multiple consumers or repeating it for synchronization and processing. <b>Diagram:</b> Image:TArduinoRepeat2DOrientation.Pr...")
- 05:3605:36, 14 September 2025 Repeat Integer (hist | edit) [916 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatInteger.png == Summary == The **Repeat Integer** component repeats an integer input a specified number of times. == Description == This component takes an integer input value and outputs it multiple times according to the configured count. It is useful for broadcasting integer values to multiple consumers or repeating them for synchronization and processing. <b>Diagram:</b> Image:TArduinoRepeatInteger.Preview.png == Properties == *'''...")
- 05:3505:35, 14 September 2025 Repeat Digital (hist | edit) [923 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatDigital.png == Summary == The **Repeat Digital** component repeats a digital input a specified number of times. == Description == This component takes a digital input signal and outputs it multiple times according to the configured count. It is useful for broadcasting a digital state change, triggering multiple subsystems, or repeating pulses for synchronization. <b>Diagram:</b> Image:TArduinoRepeatDigital.Preview.png == Properties ==...")
- 05:3405:34, 14 September 2025 Repeat Date/Time (hist | edit) [884 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatDateTime.png == Summary == The **Repeat Date/Time** component repeats a Date/Time input a specified number of times. == Description == This component takes a Date/Time input and outputs it multiple times based on the configured count. It is useful for synchronizing time data across multiple subsystems, logging, or broadcasting repeated time signals. <b>Diagram:</b> Image:TArduinoRepeatDateTime.Preview.png == Properties == *'''Enabled'...")
- 04:5404:54, 14 September 2025 Repeat RGBW Color (hist | edit) [905 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatRGBWColor.png == Summary == The **Repeat RGBW Color** component repeats an RGBW color input a specified number of times. == Description == This component takes an RGBW color input and outputs it multiple times based on the configured count. It is useful for controlling RGBW LED strips, visual effects, or broadcasting repeated color data to downstream components. <b>Diagram:</b> Image:TArduinoRepeatRGBWColor.Preview.png == Properties =...")
- 04:5204:52, 14 September 2025 Repeat RGBW Alpha Color (hist | edit) [952 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatRGBWAlphaColor.png == Summary == The **Repeat RGBW Alpha Color** component repeats an RGBW Alpha color input a specified number of times. == Description == This component receives an RGBW Alpha color input and outputs it multiple times according to the configured count. It can be used for LED color sequencing, visual effects, or repeatedly sending the same color data in a signal chain. <b>Diagram:</b> Image:TArduinoRepeatRGBWAlphaColor.P...")
- 04:5004:50, 14 September 2025 Repeat Text (hist | edit) [858 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatText.png == Summary == The **Repeat Text** component repeats a text input a specified number of times. == Description == This component receives a text input and outputs it multiple times according to the configured count. It can be used for generating repeated text patterns, message duplication, or debugging text-based data streams. <b>Diagram:</b> Image:TArduinoRepeatText.Preview.png == Properties == *'''Enabled''' (boolean) – Ena...")
- 04:4704:47, 14 September 2025 Repeat Touch (hist | edit) [864 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatTouch.png == Summary == The **Repeat Touch** component repeats a touch signal input a specified number of times. == Description == This component receives a touch input and outputs it multiple times according to the configured count. Useful for gesture recognition, touch-based controls, or generating repeated touch events for testing. <b>Diagram:</b> Image:TArduinoRepeatTouch.Preview.png == Properties == *'''Enabled''' (boolean) – E...")
- 04:3204:32, 14 September 2025 Repeat Unsigned (hist | edit) [855 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatUnsigned.png == Summary == The **Repeat Unsigned** component repeats an unsigned integer input a specified number of times. == Description == This component takes an unsigned integer and outputs it multiple times according to the configured count. Useful for generating repeated numeric sequences or testing data streams. <b>Diagram:</b> Image:TArduinoRepeatUnsigned.Preview.png == Properties == *'''Enabled''' (boolean) – Enables or di...")
- 04:2904:29, 14 September 2025 Repeat 64 bit Unsigned (hist | edit) [892 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatUnsigned64.png == Summary == The **Repeat 64 bit Unsigned** component repeats a 64-bit unsigned integer input a specified number of times. == Description == This component takes a 64-bit unsigned integer and outputs it multiple times according to the configured count. Useful for generating repeated numeric sequences or testing data streams. <b>Diagram:</b> Image:TArduinoRepeatUnsigned64.Preview.png == Properties == *'''Enabled''' (boo...")
- 02:4602:46, 14 September 2025 Repeat Char (hist | edit) [888 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatChar.png == Summary == The **Repeat Char** component repeats a character or text element a specified number of times. == Description == This component takes a text or character input and outputs it multiple times according to the configured count. Useful for generating repeated text sequences, display testing, or string manipulation. <b>Diagram:</b> Image:TArduinoRepeatChar.Preview.png == Properties == *'''Enabled''' (boolean) – Ena...")
- 02:4402:44, 14 September 2025 Repeat Color (hist | edit) [852 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatColor.png == Summary == The **Repeat Color** component repeats a color signal a specified number of times. == Description == This component takes a color input (such as RGB or RGBW) and outputs it multiple times according to the configured count. Useful for visual patterns, LED control, or color signal testing. <b>Diagram:</b> Image:TArduinoRepeatColor.Preview.png == Properties == *'''Enabled''' (boolean) – Enables or disables the r...")