Purpose of code changes on this branch:
/svn/branches/TRY-JimG-TC4arduino/trunk/artisan.py
Comments received from previous review request have been addressed. Added some
sleep time for thread stability.
TRY branch code has been tested on Linux and Windows. Seems to be working well
on both systems.
In SampleThread class, switched from using time.clock() to time.time() to
determine elapsed time (time.clock() was fine on Windows, but did not work as
expected on Linux systems).
When reviewing my code changes, please focus on:
Changes:
1) Forces samples to occur at even multiples of user-specified delay
2) Improves initialization code for TC4 arduino device
3) Fixes typos that resulted in not calling __init__ for SampleThread
After the review, I'll merge this branch into:
/trunk
Original issue reported on code.google.com by pidk...@gmail.com on 25 Jun 2011 at 7:10
Original issue reported on code.google.com by
pidk...@gmail.com
on 25 Jun 2011 at 7:10