We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I'm trying create LSS_master_device. In the file CO_LSS.h I change CO_CONFIG_LSS_SLAVE to CO_CONFIG_LSS_MASTER
#ifndef CO_CONFIG_LSS #define CO_CONFIG_LSS (CO_CONFIG_LSS_MASTER | CO_CONFIG_GLOBAL_FLAG_CALLBACK_PRE) #endif CO_LSSinit() the function is disabled. ac995b1#diff-3e29800ad873bc27ee33baf980dd6c01ef75e65e21d228fcf9fa9b592ebe4c30L136
Please How to configure the device LSS_MASTER correctly?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I'm trying create LSS_master_device.
In the file CO_LSS.h I change CO_CONFIG_LSS_SLAVE to CO_CONFIG_LSS_MASTER
#ifndef CO_CONFIG_LSS
#define CO_CONFIG_LSS (CO_CONFIG_LSS_MASTER | CO_CONFIG_GLOBAL_FLAG_CALLBACK_PRE)
#endif
CO_LSSinit() the function is disabled.
ac995b1#diff-3e29800ad873bc27ee33baf980dd6c01ef75e65e21d228fcf9fa9b592ebe4c30L136
Please How to configure the device LSS_MASTER correctly?
The text was updated successfully, but these errors were encountered: