Can anyone help me with the syntax for writing to a one-wire devices scratch pad?
I want to set the Th, Tl, and config bytes (byte 3,4,5).

I was thinking

Owout PortX.X, 1, [$CC, $4E] 'skip ROM search and write to scratch pad
Owout PortX.X, 1, [$XX, $XX,$XX] bytes 3, 4, and 5

Do I need place holders for the first to two bytes on the scratch pad? If so, what is that syntax?