Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. DS12B20_Start_Conversion()
  2. while (1) {
  3. USB_MSC_Process();
  4. if (DS_AllDone()) {
  5. ReadTemp();
  6. DS_Start_Conversion_Again();
  7.  
  8. Mount,Write,Close...
  9. }
  10.  
  11. Do_Other_Tasks()
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement