Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 AVR 世界的新手。我找到了一个 LCD 文件可以在我的项目中使用。我有 .c 和 .h 文件可以使用。但我不知道如何将这些文件包含在我的新项目中。任何人都可以提供相关的教程或示例来解决这个问题。
这很简单。只需将文件复制到您的项目中即可。在你使用这个文件的地方,项目文件的顶部只写#include"your_file_name".
#include"your_file_name"