| ... | ... | @@ -6,7 +6,7 @@ An application can be created for full-fledged or resource-limited devices. |
|
|
|
|
|
|
|
# Creating an application for full-fledged devices
|
|
|
|
|
|
|
|
We recommend to use the [Eclipse IDE] (https://www.eclipse.org/) for C/C++ Developers for creating
|
|
|
|
We recommend to use the [Eclipse IDE](https://www.eclipse.org/) for C/C++ Developers for creating
|
|
|
|
own application. The simplest way to write your own application, is to put your *.c and *.h files under the
|
|
|
|
`src` directory. Another way is to create a directory containing the multiple C file(s) with your
|
|
|
|
source code. The header files can be imported in the Eclipse IDE by opening Project->Properties and
|
| ... | ... | |
| ... | ... | |