aboutsummaryrefslogtreecommitdiff
path: root/i2c.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-03-10 17:28:07 +0100
committerLars-Dominik Braun <lars@6xq.net>2014-04-22 16:51:13 +0200
commite69b2bc45ff0940b475a1832d25e051240fbda32 (patch)
treee4847c55b06e4aa2ee71e2dab05663bd6be34757 /i2c.h
parent8493da1edbc863cd8525bebca4ab86ef1888c232 (diff)
downloadhourglass-e69b2bc45ff0940b475a1832d25e051240fbda32.tar.gz
hourglass-e69b2bc45ff0940b475a1832d25e051240fbda32.tar.bz2
hourglass-e69b2bc45ff0940b475a1832d25e051240fbda32.zip
Initial accel implementation
Diffstat (limited to 'i2c.h')
-rw-r--r--i2c.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/i2c.h b/i2c.h
index eb68d8b..c02e8ad 100644
--- a/i2c.h
+++ b/i2c.h
@@ -31,11 +31,6 @@ typedef struct {
extern volatile twReq twr;
-/* i2c device addresses */
-#define LIS302DL 0b00111000
-#define LIS302DL_WHOAMI 0xf
-#define LIS302DL_CTRLREG1 0x20
-
#include <stdbool.h>
void twInit ();