Why there is an example project
Code: Select all
/* esp_timer (high resolution timer) example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
Code: Select all
esp_timer_delete
Code: Select all
esp_timer_delete
https://docs.espressif.com/projects/esp ... imer_idx_t
Are there any other sources of documentation on how to program this ESP32, more detailed and more straightforward, or are we just gonna guess the right technique to code?