Skip to content

Instantly share code, notes, and snippets.

View shifei010's full-sized avatar

shifei010 shifei010

View GitHub Profile
@shifei010
shifei010 / address.txt
Created October 7, 2012 02:40
Measure Biopotential / ECG using Python on the Android Smartphone
http://www.smartphonedaq.com/android-python-ecg.page
droid = android.Android()
droid.webViewShow('file:///sdcard/sl4a/scripts/graph.html')
loop=True
while loop:
e = droid.eventWaitFor('check').result
if (e['data']=='timer'):
...