arduino-lesson1/README.md
Uri Shaked 4e088b7bc9
docs: update project build instructions
Link to PlatformIO installation instructions.
2023-01-15 15:12:34 +02:00

695 B

Simon Game for Arduino with Score Display

This is a Simon Game for Arduino with a 7-segment display to show the score.

It's based on the online version at https://wokwi.com/projects/328451800839488084.

Build the project

This is a PlatformIO project. To build it, install PlatformIO, and then run the following command:

pio run

Simulate the project

To simulate this project, install Wokwi for VS Code. Open the project directory in Visual Studio Code, press F1 and select "Wokwi: Start Simulator".