damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.42k stars 804 forks source link

extend startSensing(x) to startSensing(x,y) #219

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:27


It would be useful to have startSensing(x, y) where x is the number of data 
samples to average (as at present) and y is the minimum time between samples 
(in mS, say). This would give much greater control over data logging 
capabilities.

Original issue reported on code.google.com by joka...@gmail.com on 6 Sep 2010 at 9:31

Copied from original issue: damonkohler/android-scripting#415