Add a Third-party Library for an Arduino Extension

This section describes how to add a third-party library when you use the Extension Builder to create an Arduino extension. You can write a library (for example, test.h) and add it for an Arduino extension.

Step 1: Upload the library file

Click the Transcode settings tab in the Extension Builder as shown in the following figure and click + in the Source file area to upload a file.

图片

The names of the uploaded files are displayed as follows:
src/OfflineBroadcast.cpp
src/OfflineBroadcast.h

Step 2: Reference the file

Click the Block settings tab, and then click the Upload transcode tab. Quote the name of the uploaded header file in the include: field. Ensure that you enter the file name with quotation marks, that is "src/OfflineBroadcast.h".

图片

Example

You can click the following button to download the Upload Mode Broadcast example extension, which is created for Arduino, and import it into the Extension Builder for reference. For details about how to import it, see Import an Extension File into the Extension Builder

Example Extension

More Tutorials

results matching ""

    No results matching ""