Skip to content
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

Open
wants to merge 5 commits into
base: v5
Choose a base branch
from
Open

add blind spot #11

wants to merge 5 commits into from

Conversation

parahybaja-punchClock
Copy link
Contributor

I added the blind spot sensor component, creating the task that will be responsible for its function.

@@ -0,0 +1,3 @@
version: "0.1.0"
description: "task example"
Copy link
Member

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
Copy link
Member

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);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add blind spot logic

Copy link
Member

@Jefferson-Lopes Jefferson-Lopes left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants