added demo 7 pong to the repo

This commit is contained in:
ZennDev1337 2023-09-04 09:22:04 +02:00
parent 9b003be2b0
commit 60ecb63360
8 changed files with 28 additions and 30 deletions

6
run
View file

@ -13,9 +13,6 @@ elif [ "$option" = "doc" ]
then
cargo doc -p arduboy-rust && rm -r ./docs/doc/ && cp -r ./target/arduboy/doc ./docs/
elif [ "$option" = "snake" ]
then
upload
elif [ "$option" = "pong" ]
then
upload
elif [ "$option" = "drboy" ]
@ -49,6 +46,9 @@ elif [ "$option" = "demo5" ]
then
upload
elif [ "$option" = "demo6" ]
then
upload
elif [ "$option" = "demo7" ]
then
upload
else