Libray usage guide
  • Below example demonstrates the step by step procedure to include the libraries into any applications.

Step 1: Open the Keil software and select the New Microvision project from Project Menu as shown below. 1Microvision Project.png

Step 2: Browse to your project folder and provide the project name and click on save. 2Project Folder.png

Step 3:Once the project is saved a new dialog box “Select Device for Target” opens, Select the controller(Atmel:At89s52/NXP:P89v51rd2) and click on OK. 3Select DeviceForTarget.png

Step 4:Once the project is created add a new header group to include the library header files. 4Add NewHeaderGroup.png

Step 5: Add the library files to the project .c files to Source group and .h files to header group. 5Add LibraryFiles.png