Advertisement
Guest User

Untitled

a guest
Oct 24th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Torch Height Control
  2. loadrt thc
  3. addf thc servo-thread
  4.  
  5. # THREADS
  6. addf hm2_[HOSTMOT2](BOARD).0.read servo-thread
  7. addf motion-command-handler servo-thread
  8. addf motion-controller servo-thread
  9. addf hm2_[HOSTMOT2](BOARD).0.write servo-thread
  10. addf hm2_[HOSTMOT2](BOARD).0.pet_watchdog servo-thread
  11. addf parport.0.read servo-thread
  12. addf parport.0.write servo-thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement