added demo 7 pong to the repo
This commit is contained in:
parent
9b003be2b0
commit
60ecb63360
8 changed files with 28 additions and 30 deletions
6
run
6
run
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue