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 code snippets in the documentation do not match the actual code from 2_drivers.
For example the function "app_driver_toggle_state()" is not used anywhere in the jumpstart project.
Also for example in the docs it says:
"The push_btn_cb code then is simply as shown below:"
The code snippets in the documentation do not match the actual code from 2_drivers.
For example the function "app_driver_toggle_state()" is not used anywhere in the jumpstart project.
Also for example in the docs it says:
"The push_btn_cb code then is simply as shown below:"
But the actual code is:
Content of the app_driver_set_state(!g_output_state);
The function xTaskGetTickCount() is explained in the documentation, but also not used in the code.
What is exactly the point of having documentation and explaining code, that is not even used in the actual jumpstart project?
The text was updated successfully, but these errors were encountered: