callRegister static method

Uint8List callRegister(
  1. int slave,
  2. Uint16List data
)

Implementation

static Uint8List callRegister(int slave, Uint16List data){


  return writeRegister(slave, 0, data);

}