diff --git a/Configuring-Your-Hardware.md b/Configuring-Your-Hardware.md
index 2a85723..1bfd028 100644
--- a/Configuring-Your-Hardware.md
+++ b/Configuring-Your-Hardware.md
@@ -62,13 +62,13 @@ The REV Robotics Color Distance Sensor is an I2C sensor. It actually combines tw
| 5. Press the Done button to complete the I2C sensor configuration. The app should return to the previous screen.

|
### Configuring a Digital Touch Sensor
-The REV Robotics Touch Sensor is a digital device. The Touch Sensor is HIGH (returns TRUE) when it is not pressed. It is pulled LOW (returns FALSE) when it is pressed.
+The REV Robotics Touch Sensor is a digital sensor. An Op Mode can query the Touch Sensor to see if the its button is being pressed or not.
| Configuring a Digital Touch Sensor |
| ---- |
| 1. Touch the words Digital Devices on the screen to launch the Digital I/O configuration screen.

|
-| 2. Use the touch screen to add a “Digital Device” for port #1 and name the device “digitalTouch”.

Notice that we are configuring the Touch Sensor on port #1 instead of port #0. This is because when the REV Robotics Touch Sensor is connected to a digital port using a standard 4-wire JST sensor cable, it is the second digital pin that is connected. The first pin remains disconnected. |
-| 3. Press the Done button to return to the previous screen.

|
+| 2. Use the touch screen to add a “REV Touch Sensor” for port #1 and name the device “testTouch”.

Notice that we are configuring the Touch Sensor on port #1 instead of port #0. This is because when the REV Robotics Touch Sensor is connected to a digital port using a standard 4-wire JST sensor cable, it is the second digital pin that is connected. The first pin remains disconnected. |
+| 3. Press the Done button to return to the previous screen.

|
### Saving the Configuration Information
Once you have configured your hardware, you must save the information to the configuration file. If you do not save this information, it will be lost and the robot controller will be unable to communicate with your hardware.