mirror of
https://github.com/itead/ITEADLIB_Arduino_Nextion.git
synced 2026-03-03 16:54:00 +01:00
11 lines
233 B
C++
11 lines
233 B
C++
#include "NexDownload.h"
|
|
NexDownload nex_download("nex.tft",10,115200);
|
|
void setup() {
|
|
// put your setup code here, to run once:
|
|
nex_download.startDownload();
|
|
}
|
|
|
|
void loop() {
|
|
// put your main code here, to run repeatedly:
|
|
}
|