int IR; void setup() { pinMode(11, INPUT); } void loop() { // put your main code here, to run repeatedly: }