Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

HalaOutputPortByte

NullException edited this page Aug 5, 2020 · 1 revision

HalaOutputPortByte Function

Description

Outputs byte to specified port

Syntax

void HalaOutputPortByte(byte value, 
                        word port
);

Parameters

value

The value to output to the port


port

The port to output to

Return Value

N/A