Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
update to latest FTC SDK
Browse files Browse the repository at this point in the history
Former-commit-id: 5e65885dbda62e6629f705f07890f78a63138d7e
Former-commit-id: 4d17397
  • Loading branch information
rgatkinson committed Jan 19, 2016
1 parent ff9b619 commit 935dda0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified FtcRobotController/libs/FtcCommon-release.aar
Binary file not shown.
Binary file modified FtcRobotController/libs/Hardware-release.aar
Binary file not shown.
Binary file modified FtcRobotController/libs/RobotCore-release.aar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

package com.qualcomm.ftcrobotcontroller.opmodes;

import com.qualcomm.hardware.modernrobotics.ModernRoboticsUsbDeviceInterfaceModule;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.hardware.DeviceInterfaceModule;
import com.qualcomm.robotcore.hardware.IrSeekerSensor;
Expand Down Expand Up @@ -107,7 +108,7 @@ public void runOpMode() throws InterruptedException {
// I2c addresses on Modern Robotics devices must be divisible by 2, and between 0x7e and 0x10
// Different hardware may have different rules.
// Be sure to read the requirements for the hardware you're using!
Util.throwIfModernRoboticsI2cAddressIsInvalid(newAddress);
ModernRoboticsUsbDeviceInterfaceModule.throwIfModernRoboticsI2cAddressIsInvalid(newAddress);

// wait for the start button to be pressed
waitForStart();
Expand Down

0 comments on commit 935dda0

Please sign in to comment.