https://github.com/aashish1-1-1/substitutionboard
BCD to 7 Segment display football substitution board
https://github.com/aashish1-1-1/substitutionboard
bcd binary digital-electronics
Last synced: over 1 year ago
JSON representation
BCD to 7 Segment display football substitution board
- Host: GitHub
- URL: https://github.com/aashish1-1-1/substitutionboard
- Owner: Aashish1-1-1
- Created: 2024-06-07T07:46:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T16:08:04.000Z (about 2 years ago)
- Last Synced: 2025-01-08T01:52:37.520Z (over 1 year ago)
- Topics: bcd, binary, digital-electronics
- Language: HTML
- Homepage: https://aashish1-1-1.github.io/SubstitutionBoard/
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BCD to 7 segment display Football substitution board
A project to replicate football substitution board using html,css and vanella js
## How does it works?
It takes the input of outgoing player and incoming player convert it to Binary ,then the binary value is converted to the 7 segment display using 7 segment decoder algebra.The html class of the 7 segment is updated according to the value of abcdefg

