callRegister static method
Implementation
static Uint8List callRegister(int slave, Uint16List data){
return writeRegister(slave, 0, data);
}
static Uint8List callRegister(int slave, Uint16List data){
return writeRegister(slave, 0, data);
}