pass port from combobox
This commit is contained in:
11
Sample.ino
Normal file
11
Sample.ino
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
void setup() {{
|
||||
// put your setup code here, to run once:
|
||||
Serial.begin(115200);
|
||||
}}
|
||||
|
||||
void loop() {{
|
||||
// put your main code here, to run repeatedly:
|
||||
|
||||
|
||||
}}
|
||||
Reference in New Issue
Block a user