24 views
in System Integration by
Hi I am very new in embedded wizard. I study the tutorial but not able to implement device integration,

I have a slider and whenever user change its value will be:  my_slider_1.CurrentValue.

now I have two files: func.c and func.h that has only one function .... get an integer value and add with one as output ...

how I can do this that user change slider and use this function from these file... I use inline.... and use #include <func.h> but still doesnt work ....

my question: 1. where I have to put these two files 2. do you have a similar example .... like mine that I can give my slider value to a function and embedded wizard save the result and show as a text,

I am waiting for your response,  please help me to understand these concepts

1 Answer

0 votes
by
Hello,

please have a look to the example DeviceIntegration that you will find in the folder /Examples within the Build Environment for the target that you are using.

It shows how to access the underlying hardware - e.g. displaying an ADC value, setting a LED on/off and receiving an event by pressing a hardbutton.

I hope this example helps to understand the concepts. It is well documented.

Best regards,

Manfred.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...