Quote:
Originally Posted by BetaBlues
We have been trying to program the sensors available from FIRST Choice, namely the Photoelectric and Ultrasonic Proximity Sensors, both by Rockwell Automation. Which libraries should we use for these sensors?
Thanks!
BetaBlues
|
For the ultrasonic proximity sensor this might be what you are looking for:
http://wpilib.screenstepslive.com/s/...asonic-sensors
For the photoelectric sensors I believe that you calibrate them to see a certain color and then they output a certain voltage if they the color and a certain voltage if they dont, so digital. Therefore, this may be of use:
http://first.wpi.edu/FRC/roborio/rel...italInput.html
If you can get it working, please let me know because we are interested in using them also!