Skip to content

Commit

Permalink
Update examples/ScienceKit/Nano33BLESenseRev2Firmware/Nano33BLESenseR…
Browse files Browse the repository at this point in the history
…ev2Firmware.ino
  • Loading branch information
jhansson-ard authored Mar 2, 2023
1 parent f909091 commit 8bc7a21
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,6 @@ void updateSubscribedCharacteristics() {
acceleration[0] = x;
acceleration[1] = y;
acceleration[2] = z;
Serial.print("values: ");
Serial.print(x);
Serial.print(" ");
Serial.print(y);
Serial.print(" ");
Serial.println(z);
accelerationCharacteristic.writeValue((byte*)acceleration, sizeof(acceleration));
}
}
Expand Down

0 comments on commit 8bc7a21

Please sign in to comment.