allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

Add useful HW support from robotpy-wpilib-utilities

Open virtuald opened this issue 2 years ago • 2 comments

Most of it isn't useful, but I do like these Sharp IR sensor classes:

  • https://github.com/robotpy/robotpy-wpilib-utilities/blob/main/robotpy_ext/common_drivers/distance_sensors.py
  • https://github.com/robotpy/robotpy-wpilib-utilities/blob/main/robotpy_ext/common_drivers/distance_sensors_sim.py

This REV analog sensor is probably also useful, but probably should be in REVLib instead?

  • https://github.com/robotpy/robotpy-wpilib-utilities/blob/main/robotpy_ext/common_drivers/pressure_sensors.py

virtuald avatar Dec 03 '23 22:12 virtuald

The Rev pressure sensor is supported when plugged into the PH

sciencewhiz avatar Dec 04 '23 04:12 sciencewhiz

It's also supported by the AnalogPotentiometer class when connected directly to the RIO

Starlight220 avatar Dec 04 '23 05:12 Starlight220