Files
ITEADLIB_Arduino_Nextion/examples/CompDownload/CompDownload.ino
2016-04-06 10:00:38 +08:00

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:
}