mirror of
https://github.com/KevinMidboe/Arduino.git
synced 2025-12-08 20:28:48 +00:00
14 lines
76 B
Plaintext
Executable File
14 lines
76 B
Plaintext
Executable File
/*
|
|
New sketch
|
|
*/
|
|
|
|
void setup ()
|
|
{
|
|
// setup
|
|
}
|
|
|
|
void loop()
|
|
{
|
|
// loop
|
|
}
|