how to include external .C and .h file in AVR studio-4 project

1k views Asked by At

I am new in AVR world.i have found a LCD file to use in my project. i have the .c and .h file to use. but i don't know how to include those file in my new project. Can any one give a relevant tutorial or example to solve this problem.

1

There are 1 answers

1
A.A Noman On BEST ANSWER

It a simple. Just copy the file into your project. And where you use this file, top of the project file just write #include"your_file_name".