#include <NexUpload.h>
Public Member Functions | |
| NexUpload (const char *file_name, const uint8_t SD_chip_select, uint32_t download_baudrate) | |
| NexUpload (const String file_Name, const uint8_t SD_chip_select, uint32_t download_baudrate) | |
| ~NexUpload () | |
| void | upload () |
Provides the API for nextion to download the ftf file.
| 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. |
| 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. |
|
inline |
destructor.
1.8.7