Changes between Version 2 and Version 3 of ControlSystems/SampleCode/Ultrasonic
- Timestamp:
- Nov 3, 2019, 10:51:43 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SampleCode/Ultrasonic
v2 v3 45 45 46 46 front = new Ultrasonic(8, 9); 47 rear = new Ultrasonic( 0, 1);47 rear = new Ultrasonic(5, 4); 48 48 49 49 // front.setEnabled(true);