mirror of
https://gitlab.silvrtree.co.uk/martind2000/censis-archive.git
synced 2025-01-11 00:45:08 +00:00
”2016-06-30”
This commit is contained in:
parent
ec5ec939fc
commit
7fb8d179e6
@ -77,9 +77,9 @@ var BLUVIB = function(p) {
|
||||
this.onError);
|
||||
|
||||
|
||||
var configData = new Uint16Array(1);
|
||||
var configData = new Uint8Array(1);
|
||||
// Turn on gyro, accel, and mag, 2G range, Disable wake on motion
|
||||
configData[0] = 0x0001;
|
||||
configData[0] = 0x76;
|
||||
ble.write(this.deviceID,
|
||||
this.serviceDef.service,
|
||||
this.serviceDef.enable,
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user