Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-30 16:27:18 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-30 16:28:44 (GMT)
commit1efaac719e0d8a112c077da57bcf7bd4057ba93e (patch)
tree7db1c5c9b989a57c463ec40bbac522b5f38eb106
parent753612d00ad1a548bfa723c11e1e73bb0588c443 (diff)
Add README.
-rw-r--r--README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..4375040
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,19 @@
+How to use the emulator
+=======================
+
+You need python and Gtk 3+ to run the emulator.
+The emulator provides you with 5 buttons Top, Left, Reset, Right, Down.
+These buttons simulate accelerometer tilt.
+
+The emulator writes to a particular file pointed by the PATH variable.
+To integrate this emulator in your activity you need to change the
+ACCELEROMETER_DEVICE_PATH in your activity to PATH.
+
+Shortcuts
+=========
+
+Top -> Top Key
+Left -> Left Key
+Reset -> Escape Key
+Right -> Right Key
+Down -> Down Key