Cintillo Institucional

wiki comunidad

Proyecto Hardware Libre Cenditel

Página Cenditel

wiki Cenditel

Plataforma de Desarrollo Colaborativo

Curso Sensibilización Hardware Libre (Unidad 002)

logohl.png logohl.png logohl.png

002/02 Actividad 002

// AnalogInput_

// AnalogInput_
// Carlos

// by DojoDave <http://www.0j0.org><<BR>> // http://www.arduino.cc/en/Tutorial/AnalogInput<<BR>> //

int potPin = 2; // select the input pin for the potentiometer
int ledPin = 13; // select the pin for the LED
int val = 0; // variable to store the value coming from the sensor

void setup() {

}

void loop() {

}



A este