Files
ITEADLIB_Arduino_Nextion/examples/Upload/Upload.ino
2016-04-20 14:36:29 +08:00

11 lines
222 B
C++

#include "NexUpload.h"
NexUpload nex_download("nex.tft",10,115200);
void setup() {
// put your setup code here, to run once:
nex_download.upload();
}
void loop() {
// put your main code here, to run repeatedly:
}