WOLFRAM SYSTEM MODELER

readUInt8

Wolfram Language

In[1]:=
SystemModel["ModelPlug.Internal.I2C.readUInt8"]
Out[1]:=

Information

Reads a single unsigned integer of 8-bit size from the I2C device.

Syntax

(new_state, new_t, data_out) = readUInt8(device, state, t, stage, register, data)

Inputs (6)

device

Type: Device

state

Type: State

t

Type: Transaction

stage

Type: Stage

register

Type: Integer

data

Type: Integer

Outputs (3)

new_state

Type: State

new_t

Type: Transaction

data_out

Type: Integer