![]() |
Documentation
For Arduino users
|
Provides the API for nextion to download the ftf file. More...
#include <NexUpload.h>
Public Member Functions | |
NexUpload (const char *file_name, const uint8_t SD_chip_select, uint32_t download_baudrate) | |
Constructor. More... | |
NexUpload (const String file_Name, const uint8_t SD_chip_select, uint32_t download_baudrate) | |
Constructor. More... | |
~NexUpload () | |
destructor. | |
Provides the API for nextion to download the ftf file.
Definition at line 32 of file NexUpload.h.
NexUpload::NexUpload | ( | const char * | file_name, |
const uint8_t | SD_chip_select, | ||
uint32_t | download_baudrate | ||
) |
Constructor.
file_name | - tft file name. |
SD_chip_select | - sd chip select pin. |
download_baudrate | - set download baudrate. |
Definition at line 35 of file NexUpload.cpp.
NexUpload::NexUpload | ( | const String | file_Name, |
const uint8_t | SD_chip_select, | ||
uint32_t | download_baudrate | ||
) |
Constructor.
file_Name | - tft file name. |
SD_chip_select | - sd chip select pin. |
download_baudrate | - set download baudrate. |
Definition at line 42 of file NexUpload.cpp.