Skip to content

Commit

Permalink
uhhh, i think i did something again
Browse files Browse the repository at this point in the history
  • Loading branch information
abirarun committed Sep 23, 2024
1 parent 60e7bcb commit 25076d1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import com.qualcomm.hardware.kauailabs.NavxMicroNavigationSensor;
import com.qualcomm.hardware.rev.Rev2mDistanceSensor;
import com.qualcomm.robotcore.hardware.ColorSensor;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.HardwareMap;
import com.qualcomm.robotcore.hardware.Servo;
Expand Down Expand Up @@ -56,6 +57,8 @@ public StraferHardware(HardwareMap map) {
@HardwareName("Webcam 1")
public CameraName Webcam1;

@HardwareName("ribbit")
public ColorSensor ribbit;
// public Servo hand;

}
Expand Down

0 comments on commit 25076d1

Please sign in to comment.