Skip to main content
LACTIC
Associate III
April 28, 2020
Solved

Including header files.

  • April 28, 2020
  • 1 reply
  • 842 views

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 ?

This topic has been closed for replies.
Best answer by TDK

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.

1 reply

TDK
TDKBest answer
Super User
April 28, 2020

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.

"If you feel a post has answered your question, please click ""Accept as Solution""."