Skip to content

Arduino code for a binary adder with sevensegment display

Notifications You must be signed in to change notification settings

lrshsl/arduinoSPF_binary-adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arduinoSPF_binary-adder

Arduino code for a binary adder with sevensegment display

Code for a school project of 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.

About

Arduino code for a binary adder with sevensegment display

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages