SGAtlantis
SGAtlantis
4 / 2
18th May 2014
27th Jun 2014
This is my first computer, so it only has one function: Being a traffic light controller. The red light lasts for a longer time than yellow and green. It's full automatically. Please comment so I can improve it.

Comments

  • SGAtlantis
    SGAtlantis
    22nd May 2014
    So, generally it is already a computer with IF-THEN-Logic (If green on THEN yellow and red off)
  • SGAtlantis
    SGAtlantis
    22nd May 2014
    I think I begin to understand now :)
  • Sandwichlizard
    Sandwichlizard
    22nd May 2014
    its the beginning of a computer. :) if there were a set of these at an intersection and a car approached and triggered an input to switch the lights for a time and then switch them back. Then you would have a simple computer. input - decision - output. It is if-then-else logic. IF car THEN green/red ELSE red/green. of course you would build it with a series of switches probably.
  • G-LinuxorU
    G-LinuxorU
    21st May 2014
    not a computer, its a clock/timer.
  • SGAtlantis
    SGAtlantis
    21st May 2014
    @catopps Ok I will try to make a bigger delay :)
  • catopps
    catopps
    21st May 2014
    its good but i think there should be more of a delay between the light changes +1
  • SGAtlantis
    SGAtlantis
    21st May 2014
    Thanks!
  • Korteweg
    Korteweg
    18th May 2014
    Very nice!