TASKS

Hi all
I remember that I read about inserting parallel tasks in the C code.
I tried to find it but did not find .

Can you point me to the right link in the reference on this ?
Thanks
Elico

Can you point me to the right link in the reference on this ?

Parallel tasks require threads and an operating system to switch which thread is executing. The Arduino lacks two of those things.

You keep asking the same questions, is there some more info you want to provide so more concise answers can be given?

TASKS
PLC C programming
Real Time programming
THE LINUX VERSION OF ARDUINO
...

Wouldn't be a month of the year without an elico parallel processing thread.

I remember that a beta version external library offered tasks .

Some why I cant find it now .

Elico

Since doing things in parallel without you doing any work seems to be on your mind at least monthly, why don't you try to remember to bookmark the page next time you see an article about it?

elico:
I remember that I read about inserting parallel tasks in the C code.
I tried to find it but did not find .

Just read all your own previous posts. It's all there.

elico:
Hi all
I remember that I read about inserting parallel tasks in the C code.
I tried to find it but did not find .

Can you point me to the right link in the reference on this ?
Thanks
Elico

Learn to write finite state engines and forget that on-an-AVR-it's-nonsense.
With a little care you can have 'simultaneous processes' without adding a library or other

Here it is

I knew there is a task related library ..

Elico

The Scheduler library enables the Arduino Due to run multiple functions at the same time.

Yes, there is.

Do you want me to move this thread to the Due section?

elico:
I remember that I read about inserting parallel tasks in the C code.
I tried to find it but did not find .

...

elico:
Here it is

Scheduler - Arduino Reference
I knew there is a task related library ..

Problem solved, right? We can forget about this thread?

Until next time .....

Yes, we all look forwards to the next installment of questions about threads, parallel tasks, etc.

We also look forwards to hearing about what this project is all about. :slight_smile:

We also look forwards to hearing about what this project is all about.

Raise awareness of a library to use up flash and cycles to less efficiently do what we can code for already?

"Do you want me to move this thread to the Due section?"
Up to you
If yes please post the link to there .

Elico