4 Commits

Author SHA1 Message Date
andrea
0b3c7e0f22 add circuit schema png 2026-03-22 10:57:34 +01:00
andrea
f1059588ff add circuit schema 2026-03-22 10:54:33 +01:00
andrea
a2f5049bfe add circuit schema 2026-03-22 10:51:45 +01:00
andrea
f88de159f5 restore default values
Some checks failed
Arduino Pong CI / build (macos-latest) (push) Has been cancelled
Arduino Pong CI / build (ubuntu-latest) (push) Has been cancelled
Arduino Pong CI / build (windows-latest) (push) Has been cancelled
Arduino Pong CD / release (push) Has been cancelled
2026-03-21 13:59:03 +01:00
3 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@@ -10,6 +10,6 @@
#define PADDLE_LENGTH 3
#define INITIAL_BALL_DELAY 200
#define MAX_POINTS 2
#define START_TIMER 2
#define MAX_POINTS 9
#define START_TIMER 3
#define FIRST_START_BALL_DELAY 500