252 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...