Search found 3 matches

by gio.rogo
Sat Apr 29, 2017 7:32 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem with Arduino and Erika os
Replies: 3
Views: 3466

Re: Problem with Arduino and Erika os

Problem solved! Thank you all
by gio.rogo
Thu Apr 27, 2017 1:49 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem with Arduino and Erika os
Replies: 3
Views: 3466

Re: Problem with Arduino and Erika os

Tell me if this is correct: In conf.oil do I need to change the PRIORITY value of the task? this is the task in task.c: ----------------------------------------- TASK(TaskL4) { if (digitalRead(buttonPin)==HIGH){ digitalWrite(Blu, HIGH); delay(tempo); digitalWrite(Blu, LOW); } }; --------------------...
by gio.rogo
Thu Apr 27, 2017 1:18 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Problem with Arduino and Erika os
Replies: 3
Views: 3466

Problem with Arduino and Erika os

Hi everyone, I open this discussion because I have a problem with erika and Arduino. First I apologize for the not perfect english .. The problem is this: I connected 3 leds that came in one after the other in the loop and in addition I connected a button to another led. The LEDs follow the loop but...