jbinkleyj / cellbots

Automatically exported from code.google.com/p/cellbots
0 stars 0 forks source link

Break out functions that talk to the hardware API for Android & Nokia #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We currently have two different code branches, one for the Nokia platform, 
and one for Android. Much of the logic can be shared if we break out the 
functions that talk to hardware.

Ideally the cellbot.py file would be capable of running on either platform. 
It could detect which ones it is on or the developer could set a simple flag.

Original issue reported on code.google.com by rhickman on 28 Mar 2010 at 11:59

GoogleCodeExporter commented 9 years ago
Hardware functions broken out into robot.py

Nokia integration is still required.

Original comment by glen.arrowsmith on 28 Apr 2010 at 11:45