aboutsummaryrefslogtreecommitdiff
path: root/i2c.h
diff options
context:
space:
mode:
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 ();