mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Run new astyle formatter against all the examples
This commit is contained in:
@ -1,21 +1,21 @@
|
||||
/*
|
||||
Pitch follower
|
||||
|
||||
|
||||
Plays a pitch that changes based on a changing analog input
|
||||
|
||||
|
||||
circuit:
|
||||
* 8-ohm speaker on digital pin 9
|
||||
* photoresistor on analog 0 to 5V
|
||||
* 4.7K resistor on analog 0 to ground
|
||||
|
||||
|
||||
created 21 Jan 2010
|
||||
modified 31 May 2012
|
||||
by Tom Igoe, with suggestion from Michael Flynn
|
||||
|
||||
This example code is in the public domain.
|
||||
|
||||
|
||||
http://arduino.cc/en/Tutorial/Tone2
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user