nextion
This commit is contained in:
parent
3409ed8fb7
commit
9d96b2b5b3
1438 changed files with 117700 additions and 18 deletions
|
@ -0,0 +1,10 @@
|
|||
#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:
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue