Compare commits
3 Commits
f12af76845
...
1f143520a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f143520a8 | ||
|
|
cbdfcce354 | ||
|
|
66957b5e19 |
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@@ -5,6 +5,9 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -21,7 +24,6 @@ jobs:
|
||||
run: |
|
||||
arduino-cli core update-index
|
||||
arduino-cli core install arduino:renesas_uno
|
||||
arduino-cli lib install "Arduino_LED_Matrix"
|
||||
|
||||
- name: Build Binary
|
||||
run: make compile
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
A classic implementation of the Pong game developed specifically for the Arduino UNO R4 WiFi, utilizing its built-in 12×8 LED matrix as the game screen.
|
||||
|
||||
[](https://github.com/Dea1993/arduino_pong/actions/workflows/ci.yml)
|
||||
[](https://github.com/Dea1993/arduino_pong/actions/workflows/cd.yml)
|
||||
[](LICENSE)
|
||||
|
||||
# 📹 Preview
|
||||
|
||||
Reference in New Issue
Block a user