int theta = 0; // current value of the detection angle int sens = 1; // current value of the scanner direction // Store last detection values int[] detection = new int[181]; // Store previous detection values int[] previousdet = new int[181]; // The serial port: //Serial port; /**
Source code: Radar_JHR
Built with Processing