Drop from one pipe and rotate the "controller" to fall into the next pipe! The MEMS data from the MPU gyroscope controlls the movement!
The pipes continue to get smaller upon every sequential connection!
| Screencast | Description |
|---|---|
| YouTube | Live demo of game working with commentary |
Some example photos of the game running
The wiring combined the wiring diagrams of the lcd and mems folders. The two diagrams do not overlap with using any pins so they can easily be combined.
The LCD uses SPI for sending the pixel draw data via MOSI digital pinout ~11
The MPU uses I2C for specifying the device and querying its registers for accelerometer data via SDA pinout
The level-jump folder contains the code for running the game, based on the wiring schematics mentioned above


