iot-firmware/lib/ITEADLIB_Arduino_Nextion-ma.../examples/Upload/Upload.ino

11 lines
222 B
Arduino
Raw Permalink Normal View History

2023-09-30 08:42:44 +00:00
#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:
}