Adding the Pressure sensor
So yeah, we decided to use the pressure sensor now, since we aren't allowed to use the touch sensor. The FlexiForce Pressure Sensor is a flat, flexible plastic 'tape' that detects pressure. Upon pressure added, it returns a value between 0 and 255. A high pressure reading indicates little or no pressure added, whereas a value closer to 0 means that a lot of pressure's added. The threshold we used was to look for any readings less than 200, so that no one would have to press too hard to get a response.

