X-Git-Url: http://git.piffa.net/web?p=sketchbook_andrea;a=blobdiff_plain;f=basic%2Fanalog_input%2Fphoto_5_calibration%2Fphoto_5_calibration.ino;fp=basic%2Fanalog_input%2Fphoto_5_calibration%2Fphoto_5_calibration.ino;h=bf43b37ae713981720ea1e6c0529b09553d13984;hp=fd86f7f641cd6b0e494f66157ec972d53a9d2e2d;hb=3186569da93182e73fa3ea99beb8c9ea53a6ba8a;hpb=7235b2bd6847d70a486c4941ed3d4fc3186d02de diff --git a/basic/analog_input/photo_5_calibration/photo_5_calibration.ino b/basic/analog_input/photo_5_calibration/photo_5_calibration.ino index fd86f7f..bf43b37 100644 --- a/basic/analog_input/photo_5_calibration/photo_5_calibration.ino +++ b/basic/analog_input/photo_5_calibration/photo_5_calibration.ino @@ -23,12 +23,13 @@ http://arduino.cc/en/Tutorial/Calibration This example code is in the public domain. + Schema: Schema: https://learn.adafruit.com/assets/460 */ // These constants won't change: const int sensorPin = A0; // pin that the sensor is attached to -const int ledPin = 9; // pin that the LED is attached to +const int ledPin = 11; // pin that the LED is attached to // variables: int sensorValue = 0; // the sensor value