Cycling Speed and Cadence Service feature bits. More...
Macros | |
| #define | CSCS_FEAT_WHEEL_REVOLUTION_SUP_BIT (0x01 << 0) |
| #define | CSCS_FEAT_CRANK_REVOLUTION_SUP_BIT (0x01 << 1) |
| #define | CSCS_FEAT_MULTIPLE_SENSORS_BIT (0x01 << 2) |
| #define | CSCS_FEAR_FULL_BIT (0x07) |
Cycling Speed and Cadence Service feature bits.
| #define CSCS_FEAR_FULL_BIT (0x07) |
Bit for all CSC features Supported.
| #define CSCS_FEAT_CRANK_REVOLUTION_SUP_BIT (0x01 << 1) |
Bit for Crank Revolution Data Supported.
| #define CSCS_FEAT_MULTIPLE_SENSORS_BIT (0x01 << 2) |
Bit for Multiple Sensor Locations Supported.
| #define CSCS_FEAT_WHEEL_REVOLUTION_SUP_BIT (0x01 << 0) |
Bit for Wheel Revolution Data Supported.