mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
kxtj3: A few last-minute changes to the kxtj3 src
* Removed trailing whitespace * Fixed a few spelling errors * Switched to upm_delay_us for C source Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -52,7 +52,7 @@ def main():
|
||||
[x, y, z] = kxtj3_sensor.GetAccelerationVector()
|
||||
|
||||
print ("x: %0.02f, y: %0.02f, z: %0.02f" % (x, y, z))
|
||||
|
||||
|
||||
time.sleep(waitTime)
|
||||
sampleCounter -= 1
|
||||
|
||||
|
Reference in New Issue
Block a user