1516X High Stakes 2.0
Codebase for 1516X High Stakes season
Loading...
Searching...
No Matches
distance.cpp
Go to the documentation of this file.
1#include "electronic/distance.h"
2#include "globals.h"
3#include "pros/misc.h"
4
5using namespace Robot;
6using namespace Robot::Globals;
7
8DistanceSensor::DistanceSensor() { ; }
9
10int DistanceSensor::get_distance() { return distance_sensor.get(); }
pros::Distance distance_sensor(10)
Definition auton.h:10