getPins

suspend fun getPins(pins: ByteArray): ByteArray

Retrieves the value of multiple pins.

Return

An array of pin values, in order. eg. If you send pins 16,18 and got a response of 0,1 then that means pin 16 has value 0, and pin 18 has value 1.

Parameters

pins

Array of pins to read the values of