Hi.
I have attempted to implement a FIT decoding library for the Go programming
language. I hope to add encoding functionality later.
https://github.com/tormoder/fit
Two small questions from issues I encountered since I do code generation for
the profile data:
1. For consistency, should there be an empty row after row 1169 in the "Types"
sheet?
2. Is it intentional that the type "Bool" is not specified anywhere? I
understand it's rather self-explanatory, but it'is the only type that's not a
base type and not defined in the "Types" sheet.
Cheers,
Tormod