CREATE A SIMPLE LIE DETECTOR USING ARDUINO

nice idea, I'm wondering if it's possible to make it effective. Btw changing this:

Serial.println(analogRead(A0));

into this:

Serial.print(analogRead(A0));
Serial.println(",0,1200");

allows to see the absolute value of the reading