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
->esp_log.h should be included since ESP_LOGE is being used
-> task_read_veml7700 should be changed to task_veml7700_read.
-> I2C_MASTER_NUM and I2C_MASTER_FREQ_HZ should be declared
-> Also, do create a project esp-idf project for the example.
Hope this helps improve the repository
The text was updated successfully, but these errors were encountered:
No branches or pull requests
->esp_log.h should be included since ESP_LOGE is being used
-> task_read_veml7700 should be changed to task_veml7700_read.
-> I2C_MASTER_NUM and I2C_MASTER_FREQ_HZ should be declared
-> Also, do create a project esp-idf project for the example.
Hope this helps improve the repository
The text was updated successfully, but these errors were encountered: