0% found this document useful (0 votes)
30 views

Arduino Wipe Sketch

This Arduino code contains functions for setup and loop. The setup function runs once when the board starts and contains no code currently. The loop function repeats continuously but also contains no code currently, indicating this is a basic template for an Arduino sketch that can be built upon.

Uploaded by

Dado Gaudi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Arduino Wipe Sketch

This Arduino code contains functions for setup and loop. The setup function runs once when the board starts and contains no code currently. The loop function repeats continuously but also contains no code currently, indicating this is a basic template for an Arduino sketch that can be built upon.

Uploaded by

Dado Gaudi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

C:\Users\dntg\Documents\Arduino\Arduino_Wipe\Arduino_Wipe.

ino mercoledì 3 gennaio 2018 19:29


void setup() {
// put your setup code here, to run once:

void loop() {
// put your main code here, to run repeatedly:

-1-

You might also like