You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenDevice uses a conditional compilation strategy, which allows to enable features in accordance with the libraries used.
A strategy adopted allows the compilation of OpenDevice can be made without having all the libraries that OpenDevice is compatible without the user having to perform the download of all libraries, facilitating their installation and use.
The side effect is that the user needs to manually edit the "dependencies.h" to release the functionality and integration with new devices.
We are waiting for the Arduino team to implement the option to configure the compilation options and libraries used in the project.
The text was updated successfully, but these errors were encountered:
The OpenDevice uses a conditional compilation strategy, which allows to enable features in accordance with the libraries used.
A strategy adopted allows the compilation of OpenDevice can be made without having all the libraries that OpenDevice is compatible without the user having to perform the download of all libraries, facilitating their installation and use.
The side effect is that the user needs to manually edit the "dependencies.h" to release the functionality and integration with new devices.
We are waiting for the Arduino team to implement the option to configure the compilation options and libraries used in the project.
The text was updated successfully, but these errors were encountered: