Beispiel #1
0
 public byte[] getCommand()
 {
     return(CommandConverter.commandWithTwoBytes(156, distance));
 }
Beispiel #2
0
 private byte[] getWaitAngle()
 {
     return(CommandConverter.commandWithTwoBytes(157, angle));
 }