Guest User

Untitled

a guest
Oct 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. void loop()
  2. {
  3. wait for button push
  4. for loop to write accel values
  5. for loop to read from eeprom, checking for min and max and keeping a running total
  6. print mean, min and max to lcd
  7. }
Add Comment
Please, Sign In to add comment