Hw4_WebServer_ControlledJumpingFish

For this week homework, I decided to create an interactive animation. Users could control how high the fish jumps by adjusting the potentiometer.

I wrote the animation with HTML and CSS in Codepen before connect it with Huzzah. 

Due to the limit space of microcontroller, I minified my code before adding the into Arduino code. 

The larger of the mapped number of the potentiometer, the higher the sheep jumps. If the mapped number is less than 20, the fish will not start jumping into the air, and if the number is not high enough, the fish will keep rotating on the grass instead of leaving the grass.