
This project is divided into two sub-proyects:
An animation of a spinner rotating clockwise in the upper 4 segments. It consist of 4 frames. On each frame only one segment is on
All segments Frame 1 frame 2 frame 3 frame4
---- -----
| | | |
| | | |
---- ------
| |
| |
----
Demostration of the following combinational components, shown in the lower 4 segments:
The output of the components is shown in the three lower segments and the point
SW1 --> Connected to the point (wire) SW2 --> Connected to segment 2 (not) SW3, SW4 --> Connected to segment 3 (and) SW5, SW6 --> Connected to segment 4 (or)
0
----
| |
5 | 6 | 1
----
| |
4 | | 2
----
3
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | wire | SEG_A | |
| 1 | not | SEG_B | |
| 2 | AND0 | SEG_G | |
| 3 | AND1 | SEG_F | |
| 4 | OR0 | DOT | |
| 5 | OR1 | SEG_C | |
| 6 | SEG_D | ||
| 7 | SEG_E |