aboutsummaryrefslogtreecommitdiff
path: root/gyroscope.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-03-08 17:22:49 +0100
committerLars-Dominik Braun <lars@6xq.net>2014-03-08 17:22:49 +0100
commit778e4889e1897c022906c56d0764fe163e24355b (patch)
tree0076e5e0a5a0674507bb7673bf4f3cb1fdd1060d /gyroscope.h
parent03dbe661312e9d2e3e379bcd455ddfabc48f95b6 (diff)
downloadhourglass-778e4889e1897c022906c56d0764fe163e24355b.tar.gz
hourglass-778e4889e1897c022906c56d0764fe163e24355b.tar.bz2
hourglass-778e4889e1897c022906c56d0764fe163e24355b.zip
gyroscope: Rename to gyro
Diffstat (limited to 'gyroscope.h')
-rw-r--r--gyroscope.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gyroscope.h b/gyroscope.h
deleted file mode 100644
index 20ef373..0000000
--- a/gyroscope.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef GYROSCOPE_H
-#define GYROSCOPE_H
-
-#include <stdbool.h>
-#include <stdint.h>
-
-void gyroscopeInit ();
-void gyroscopeStart ();
-bool gyroscopeRead ();
-volatile const int16_t *gyroscopeGet ();
-
-#endif /* GYROSCOPE_H */
-