Exemplo n.º 1
0
 private void CompassUpdate()
 {
     RobotState.SetBearing(_receiver.findBeacon());
     Thread.Sleep(_delay);
 }