Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. int sensorPin = A0; // select the input pin for the potentiometer
  2. float sensorValue = 0; // variable to store the value coming from the sensor
  3. int count=9;
  4. int starttime = 0;
  5. int heartrate = 0;
  6. boolean counted = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement