Closed misdoro closed 7 years ago
Implement exporting indoor cycling activities to CSV files.
The structure of 0x40 tag is as follows:
0x40
typedef struct { uint32_t timestamp; float distance_meters; uint16_t calories; uint16_t cycling_cadence; } INDOOR_CYCLING_RECORD;
Related to #108 (TCX would be a second step)
Example test file with heart rate & cadence data: Indoor_22-29-42.ttbin.zip
Awesome! Thanks.
Implement exporting indoor cycling activities to CSV files.
The structure of
0x40
tag is as follows:Related to #108 (TCX would be a second step)
Example test file with heart rate & cadence data: Indoor_22-29-42.ttbin.zip