top of page

Creating a Fun and Interactive Memory Game Using Arduino Technology

Writer's picture: SiDaStuffSiDaStuff

Hey Guys, today I created a program for a Arduino for a simple memory game.

Here is what you need to have:

  • Red LED

  • Green LED

  • Blue LED

  • Yellow LED

  • 4 Regular Buttons

  • A bunch of wires

  • An Arduino UNO

  • A programming cable

  • A computer to program

Here is the hookup:

Buttons:

buttonRed = 2;

buttonGreen = 3;

buttonBlue = 4;

buttonYellow = 5;

LED:

ledRed = 6;

ledGreen = 7;

ledBlue = 8;

ledYellow = 9;

Make sure you have ground for both button and each LED.

Don't worry about adding resistors, because all four LED's in the wiring are enough.

Here is the code:



1 view0 comments

Recent Posts

See All

Animo Card Coupon

If you’re into trading cards, you absolutely have to check out these awesome ones at AnimoCards ! They’ve got a fantastic collection...

My Duolingo Profile

For school, I have been using Duolingo to learn Latin as well as my Latin Books. Here’s my profile – let’s be friends...

Tanknarok 1.1 Coming Soon

Progress has been going well, I've hit a few roadblocks but hope to release the next version of Tanknarok in the next week or two. Update...

Comentários

Avaliado com 0 de 5 estrelas.
Ainda sem avaliações

Adicione uma avaliação

2024 by Sing Developments

bottom of page