Skip to content

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.

6 participants