Update Creating an application authored by zkasmi's avatar zkasmi
...@@ -18,10 +18,10 @@ oriented to the main.c and the examples in the ...@@ -18,10 +18,10 @@ oriented to the main.c and the examples in the
# Creating an application for resource-limited devices # Creating an application for resource-limited devices
To create your own application for a resource limited device you need to create a directory To create your own application for a resource-limited device you need to create a directory
containing one or multiple C file(s) with your source code and a Makefile. An example Makefile is containing one or multiple C file(s) with your source code and a Makefile. An example Makefile is
available in the `src` folder of the [RcdMathLib repository] available in the `src` folder of the [RcdMathLib repository]
(https://git.imp.fu-berlin.de/zkasmi/my_lib_full_fledged_devices/tree/master/RcdMathLib_app). (https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/blob/master/eclipse_projects/RcdMathLib_resource_limited_devices.zip).
# The main function # The main function
... ...
......