DIT112-V20 / group-06

MIT License
1 stars 6 forks source link

Dance loops and speed/delay parameters #99

Closed JenniNord closed 4 years ago

JenniNord commented 4 years ago

Dances should be on repeat until user presses stop button for both dancing with and without music.

Car can now receive /dance?id=1&speed=30&delay=1000 requests to set the speed and delay of the car.

Resolves #71, #88