From e69b2bc45ff0940b475a1832d25e051240fbda32 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 10 Mar 2014 17:28:07 +0100 Subject: Initial accel implementation --- i2c.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'i2c.h') 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 void twInit (); -- cgit v1.2.3