Please help a newbie to start writing his first DataField

Former Member
Former Member
Hi

I'm the new owner of a Fenix 3 HR watch. I already have developped in C/C++/Java/etc... but just need a little help to start my first program on this watch. Does someane has the source file (or eclipse projet) for a simple DataField displaying the current speed ?

Thanks in advance and forgive me for this stupid question ;-)

Regards
  • When you install the SDK, there is a "Samples" directory, and one of the sames is "SimpleDataField".

    And when you get Eclipse set up, if you do a "file>new>CIQ Project", you can select "data field", and later say "simple" and that will generate the basic code you need for a project like this.

    The programmer's guide in the SDK tells you how to set up Eclipse.
  • Former Member
    Former Member over 9 years ago
    Hi

    Thanks for your answer.

    Everything is in the "info" class !

    GREAT !