Raptacon / Robot-2024

Crescendo
https://raptacon.org
MIT License
2 stars 0 forks source link

Create code to work with the IR break-line sensors for intake #36

Open ChrisHirsch opened 5 months ago

ChrisHirsch commented 5 months ago

When this is completed, we need to design a state machine to deal with sensors for intake

jtdurham commented 5 months ago

Overview of proximity switches: https://docs.wpilib.org/en/stable/docs/hardware/sensors/proximity-switches.html#photoelectric-proximity-switches

Digital input class in RobotPy: https://robotpy.readthedocs.io/projects/wpilib/en/latest/wpilib/DigitalInput.html

Non-FRC example: https://learn.adafruit.com/ir-breakbeam-sensors/arduino