Changes between Version 2 and Version 3 of ControlSystems/SampleCode/Ultrasonic


Ignore:
Timestamp:
Nov 3, 2019, 10:51:43 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SampleCode/Ultrasonic

    v2 v3  
    4545
    4646    front = new Ultrasonic(8, 9);
    47     rear = new Ultrasonic(0, 1);
     47    rear = new Ultrasonic(5, 4);
    4848
    4949    // front.setEnabled(true);