English
Language : 

ZAURA Datasheet, PDF (97/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
85
Note: Users that prefer to start from a working project can simply copy main.c
from the Demo folder to the project folder created in Step 1. In this
instance, skip ahead to Step 10.

Users that prefer to create a new main.c file can select the File → New
File menu option and continue with Step 8. In this instance, an empty win-
dow will open in ZDS II in which you can start typing code.
8. Copy and paste the following text into the empty window (or enter it
manually):
void main( void )
{
}
9. Select the File → Save As menu option. A dialog box will appear,
prompting you for a name to give the new file. Enter main.c in the
File name: text field.
10. Add this new main.c file to the project using the same process you
used in Step 6.
11. Your project is complete! You can now begin building your applica-
tion.
RM006003-1011
Create an Application