LearnJavaForFTC
LearnJavaForFTC copied to clipboard
Digital Device Configuration
Date on version you are commenting on
July 20, 2024
Section you are commenting on
6.1
Comments
The book says to configure the REV Touch Sensor as a “Digital Channel”, but the only options I see are “Digital Device”, “LED”, and “REV Touch Sensor”. To get the code in this section to work, I had to replace every occurrence of “DigitalChannel” with “TouchSensor”. I also could not use the getState() method.