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?
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).