-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
add blind spot #11
base: v5
Are you sure you want to change the base?
add blind spot #11
Conversation
@@ -0,0 +1,3 @@ | |||
version: "0.1.0" | |||
description: "task example" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update description
task_remaining_space(); | ||
|
||
for (;;) { | ||
// do something |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove unnecessary comments from task example
for (;;) { | ||
// do something | ||
ESP_LOGI(TAG, "CPU Blind Spot"); | ||
gpio_set_level(gpio_pin, true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add blind spot logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
finish this points and will be ready to merge
Develop blind spot
Develop flav
I added the blind spot sensor component, creating the task that will be responsible for its function.