kaxori / Prj_5_Philosophers

Toit example for task synchronisation and RGB-Led-Ring control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prj_5_Philosophers

Toit example for task synchronisation and RGB-Led-Ring control

Implements the 5 philosophers dinner problem

uses a 24 pixel RGB ring to visualise

  • philosophers as bright colored dots
    • green: thinking
    • orange: hungry, waiting for fork
    • yellow: eating
  • forks as blue dots

About

Toit example for task synchronisation and RGB-Led-Ring control