/*
Arduino Starter Kit example
Project 14 - Tweak the Arduino Logo
This sketch is written to accompany Project 14 in the Arduino Starter Kit
Parts required:
- 10 kilohm potentiometer
Software required:
- Processing (3.0 or newer) https://processing.org/
- Active Internet connection
created 18 Sep 2012
by Scott Fitzgerald
https://store.arduino.cc/genuino-starter-kit
This example code is part of the public domain.
*/
特に何もしていません。
setup()
23
24
25
26
27
voidsetup(){// initialize serial communication
Serial.begin(9600);}