aboutsummaryrefslogtreecommitdiff
path: root/gyroscope.h
diff options
context:
space:
mode:
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 */
-