mirror of
https://github.com/lsdlsd88/JC4827W543.git
synced 2026-07-21 11:24:01 +01:00
initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(115200);
|
||||
}
|
||||
void loop()
|
||||
{
|
||||
Serial.println("HelloWorld");
|
||||
delay(2000);
|
||||
}
|
||||
Reference in New Issue
Block a user