#75 Task Scheduler - Part 1

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • I am starting a series videos on Scheduler.
    To kick off the series - I like to discuss what is a scheduler. So in this video I am start off with looking into what is a scheduler and how to implement a scheduler to execute a task.
    Link to code: drive.google.c...

Комментарии • 6

  • @dreadesina5216
    @dreadesina5216 2 месяца назад

    For anyone still want more info "This is called sequential logic and the scheduler use states to execute the task, the timer is what remind the processor to perform is job, so the timer is the controller, and the register i.e. the program counter is the state that let the controller know what state it's currently in and the next state to go to i.e. the next task."

    • @vooiyap
      @vooiyap  2 месяца назад

      Thank you for your comments.

  • @arunbhakat9322
    @arunbhakat9322 7 месяцев назад

    loving this..

    • @vooiyap
      @vooiyap  7 месяцев назад

      Thanks

  • @shivprakashyadav6906
    @shivprakashyadav6906 5 месяцев назад

    Hi ,
    Your videos are too good 👍
    Please make a video on , how we can programs esp8266 in visual studio code with c programming language .
    Thanks

    • @vooiyap
      @vooiyap  5 месяцев назад +1

      Hi, thank you for your comments/suggestion. I will look into it.