Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lrshsl/arduinospf_binary-adder
Arduino code for a binary adder with sevensegment display
https://github.com/lrshsl/arduinospf_binary-adder
arduino cpp
Last synced: 2 days ago
JSON representation
Arduino code for a binary adder with sevensegment display
- Host: GitHub
- URL: https://github.com/lrshsl/arduinospf_binary-adder
- Owner: lrshsl
- Created: 2022-05-30T17:37:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T22:48:25.000Z (over 2 years ago)
- Last Synced: 2024-04-24T05:00:16.015Z (7 months ago)
- Topics: arduino, cpp
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arduinoSPF_binary-adder
Arduino code for a binary adder with sevensegment displayCode for a school project of [cmsuisse](https://github.com/cmsuisse) and me.
It controls two arduino boards:
* The first one takes two decimal numbers as input (via Serial monitor)
and writes them in binary representation on 8 analog pins.
* The built binary adder adds them together
* The result get read by the second arduino which converts it to hex and outputs
on a sevensegment display.