mirror of
https://github.com/eclipse/upm.git
synced 2025-10-28 21:55:06 +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:
@@ -35,7 +35,7 @@ var waitTime = kxtj3_sensor.GetAccelerationSamplePeriod();
|
||||
var counter = 10;
|
||||
console.log("Setting settings:\nODR: 25 Hz\nResolution: \
|
||||
High\nAcceleration range: 16g with 14bits");
|
||||
console.log("Accerleration: ");
|
||||
console.log("Acceleration: ");
|
||||
var interval = setInterval(function() {
|
||||
data = kxtj3_sensor.GetAccelerationVector();
|
||||
console.log(
|
||||
|
||||
Reference in New Issue
Block a user