Question: For this option you must create a controller ( fully based on digital logic components ) to navigate down a simple path. The path is

For this option you must create a controller (fully based on digital logic components) to navigate down a simple path. The path is defined such that there is only one right direction to go (no dead ends or turns) The pixel you control must move from (0,0)(the bottom left grey pixel) to (0,7)(the bottom right grey pixel following the path. Green pixels indicate an impassible barrier. Your controller has access to the following input and outputs (I/O) Inputs Collision Sensors (C3, C2, C1, C0): These signals indicate if there is a barrier in any given direction. If the signals is a 1 that means a barrier is present. If its a 0 then the space is open. Input Meaning C0 Is there a barrier in the right direction C1 Is there a barrier in the downward direction C2 Is there a barrier in the left direction? C3 Is there a barrier in the upward direction

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!