First Commit as a new library
Dependents: Host_Software_MAX32664GWEB_HR_wrist Host_Software_MAX32664GWEC_SpO2_HR Host_Software_MAX32664GWEB_HR_EXTENDED Host_Software_MAX32664GWEC_SpO2_HR-_EXTE ... more
Revision 1:a4c911640569, committed 2016-12-07
- Comitter:
- j3
- Date:
- Wed Dec 07 20:17:43 2016 +0000
- Parent:
- 0:bb5b832891fb
- Child:
- 2:598e601e5846
- Commit message:
- Added markups for enum and public static members
Changed in this revision
| bmi160.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/bmi160.h Wed Dec 07 19:45:06 2016 +0000
+++ b/bmi160.h Wed Dec 07 20:17:43 2016 +0000
@@ -50,11 +50,14 @@
{
public:
+ ///BMI160 default I2C address
static const uint8_t I2C_ADRS_SDO_LO = 0x68;
+ ///BMI160 optional I2C address
static const uint8_t I2C_ADRS_SDO_HI = 0x69;
static const uint8_t NO_ERROR = 0;
+ ///BMI160 registers
enum Registers
{
CHIP_ID = 0x00,