Mercurial > public > ostc4
comparison Small_CPU/Inc/i2c.h @ 201:4073b8091224
Merged Cleanup_Compass_Wireless into default
author | Thorsten <ideenmodellierer@o2mail.de> |
---|---|
date | Sat, 16 Mar 2019 19:58:52 +0000 |
parents | 9ecc2e60418d |
children | cb3870f79e9d |
comparison
equal
deleted
inserted
replaced
177:458f16cda15c | 201:4073b8091224 |
---|---|
8 /* Compass/Accelerometer */ | 8 /* Compass/Accelerometer */ |
9 #define DEVICE_ACCELARATOR_MMA8452Q 0x38 // Hardware gen 1 (Two chip solution with MMA8452Q and HMC5883L) | 9 #define DEVICE_ACCELARATOR_MMA8452Q 0x38 // Hardware gen 1 (Two chip solution with MMA8452Q and HMC5883L) |
10 #define DEVICE_COMPASS_HMC5883L 0x3C // Hardware gen 1 | 10 #define DEVICE_COMPASS_HMC5883L 0x3C // Hardware gen 1 |
11 | 11 |
12 #define DEVICE_COMPASS_303D 0x3C // Hardware gen 2 (Single chip solution LSM303D) | 12 #define DEVICE_COMPASS_303D 0x3C // Hardware gen 2 (Single chip solution LSM303D) |
13 #define DEVICE_ACCELARATOR_303DLHC 0x32 // Hardware gen 2 (Single chip solution LSM303DLHC) | |
14 #define DEVICE_COMPASS_303AGR 0x3C // Hardware gen 3 (Single chip solution LSM303AGR) | 13 #define DEVICE_COMPASS_303AGR 0x3C // Hardware gen 3 (Single chip solution LSM303AGR) |
15 | 14 |
16 /* Battery Gas Gauge */ | 15 /* Battery Gas Gauge */ |
17 #define DEVICE_BATTERYGAUGE 0xC8 // LTC2941 battery gauge | 16 #define DEVICE_BATTERYGAUGE 0xC8 // LTC2941 battery gauge |
18 | 17 |