2020-04-27 08:50 PM
Hello team,
I am using System Workbench IDE.
I want include some peripheral header files like LCD 16x2 . Please tell me how can I includes these files in my project and connect with my project ?
Solved! Go to Solution.
2020-04-27 09:06 PM
Generally, drag then into your source/include folders and they should get automatically included in the project. You'll have to #include them in source files to use them.
2020-04-27 09:06 PM
Generally, drag then into your source/include folders and they should get automatically included in the project. You'll have to #include them in source files to use them.