Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangXL committed Aug 2, 2017
1 parent 93e79c5 commit 2bae805
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 71 deletions.
61 changes: 0 additions & 61 deletions SHT31.py

This file was deleted.

4 changes: 2 additions & 2 deletions lanuch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
p_box3bot = multiprocessing.Process(target = box3bot.record, args = ())
#p_env = multiprocessing.Process(target = env.record, args = ())
p_PC30 = multiprocessing.Process(target = PC30.record, args = ())
p_PC60 = multiprocessing.Process(target = PC60.record, args = ())
p_PC60 = multiprocessing.Process(target = PC60.record, args = ())

p_box1top.start()
p_box1bot.start()
Expand All @@ -54,7 +54,7 @@
#p_env.start()
p_PC30.start()
p_PC60.start()


############## To Do: Pool ############################
# p = Pool(4)
Expand Down
8 changes: 0 additions & 8 deletions launch.py

This file was deleted.

0 comments on commit 2bae805

Please sign in to comment.