Synopsis
CTL_STATUS_t sensecore_select_site(SENSECORE_DRIVER_t *self,
                                   int site);
Description

sensecore_select_site selects the single SenseCore site site and ensures that all other sites are deselected.

Return Value

sensecore_select_site returns a standard status code.

Thread Safety

sensecore_select_site is thread-safe if the transport member in self is thread-safe. This requires that a mutex is associated with the I2C bus provided when initializing self.