Advertisement
Guest User

Untitled

a guest
Jul 21st, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. component hobindex "Rotary indexer for hob sharpening";
  2. pin in float gash;
  3. pin io bit enable;
  4. pin out float index;
  5. function _;
  6. license "GPLV2 OR YOUR DRIVERS LICENSE";
  7. ;;
  8. FUNCTION(_){
  9. if(gash<10)
  10. {
  11. enable = 0;
  12. return;
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement