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:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -21,7 +24,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
arduino-cli core update-index
|
arduino-cli core update-index
|
||||||
arduino-cli core install arduino:renesas_uno
|
arduino-cli core install arduino:renesas_uno
|
||||||
arduino-cli lib install "Arduino_LED_Matrix"
|
|
||||||
|
|
||||||
- name: Build Binary
|
- name: Build Binary
|
||||||
run: make compile
|
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.
|
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/ci.yml)
|
||||||
|
[](https://github.com/Dea1993/arduino_pong/actions/workflows/cd.yml)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
# 📹 Preview
|
# 📹 Preview
|
||||||
|
|||||||
Reference in New Issue
Block a user