Advertisement
Wolvenspud

pseudo code

Oct 15th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. import classes
  2.  
  3. vars
  4.  
  5. initialize
  6. rotary.initialise
  7. temp+humidity.initialise
  8. infrared.initialise
  9.  
  10. update
  11. collect data
  12. update data
  13.  
  14. timer += deltaTime:
  15. based on timer:
  16. display specific data
  17. //because only 2 7segs available
  18. if timer> time for all data to display:
  19. reset timer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement