Project repository for the Advanced Operating Systems course of M.Sc. Computer Science and Engineering at Politecnico di Milano.
You can find the code documentation at this link.
Design a game for 2 to 4 players, where each player should tap the accelerometer once and then again after 5 seconds. The player who gets closer to 5 seconds wins.
The project is built for the STM32F4-DISCOVERY board on top of Miosix RTOS.
The project requires to implement tap detection for the accelerometer and implement the game logic
Miosix kernel is used as submodule as specified in this wiki page.
In order to build the project, first clone the repository.
Initialize the submodule:
git submodule init
If your git authentication method is https instead of ssh you need to open .git/config
with your favourite text editor and inside submodule "miosix-kernel"
change the url to https://github.com/fedetft/miosix-kernel.git
Update the submodule:
git submodule update --remote --rebase
- Marco Ieni
- Simone Perriello