User Activity

SensorTile.box Pro: I am having difficulty figuring out which api to use within a function I have created to send accellerometer sensor data to a Stm32WB client . Function example :void sendAccelerometerData(int x, int y, int z) {uint8_t data[6]; dat...