Category: Tasker
-
Clearing up TaskTurner questions
Originally published May 8, 2017 Republished June 20, 2024 Last of this series The code on GitHub Post 1 Role your own Operating System, Post 2, TaskTurner First Code, Post 3, The Basic Code is Working, Post 4, Building Tasks, Post 5, Lowering System Power and Timers. Inter Process Communications I was going to write all about it. Then Collin Walls posted a…
-
Lowering the system power, and some thoughts on time.
Let’s think about the simple system with only one set of tasks. How long does it take to execute all the tasks in the list?
-
Building tasks in the TaskTurner
What is a task? How big should a task be? How long should a task take?
-
Task Turner part 2, the Basic Code is Working
Here is the TaskTurner source code, we will discuss it in the post.
-
TaskTurner first code
Originally published April 27, 2017 dougwihau on this blog. Revised and republished on a new host, May 21, 2024. The first code https://github.com/EmbeddedApprentice/TaskTurner Given there is not a whole lot going on here, but let me point out a few things worth noticing. Still, a lot to do This is very basic. You get the idea…
-
Roll your own operating system
No Operating System? There is always something.