sensorssensormanagersensor-fusion

What does custom0_subscribe() function do in InvenSense SensorStudio?


I am writing a custom sensor in InvenSense SensorStudio and noticed the custom0_subscribe() function? How does it work and when would I want to use it?


Solution

  • custom0_subscribe() works like other subscribe functions. It is used when you want to get data from a custom sensor from another custom sensor (eg: custom sensor 1 connected to custom sensor 0).