1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Updating analog input pin number in Calibration example to match diagram.

This commit is contained in:
David A. Mellis
2010-07-05 15:37:55 +00:00
parent 31601ffe77
commit 9334944189

View File

@ -27,7 +27,7 @@
*/
// These constants won't change:
const int sensorPin = 2; // pin that the sensor is attached to
const int sensorPin = 0; // pin that the sensor is attached to
const int ledPin = 9; // pin that the LED is attached to
// variables: