Snake Game using accelerometer with many fun features.

Dependencies:   C12832 MMA7660 mbed

Fork of app-board-Bubble-Level by jim hamblen

Committer:
Xinliang_Zhao
Date:
Thu Feb 19 10:26:14 2015 +0000
Revision:
3:2d625f49afb9
Parent:
2:dd83ac1aba6c
Snake game using accelerometer with many fun features

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Xinliang_Zhao 2:dd83ac1aba6c 1 int pow(int x);
Xinliang_Zhao 2:dd83ac1aba6c 2 void motion_detect(int &direction);
Xinliang_Zhao 2:dd83ac1aba6c 3 void validity();