So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By yonubear
#70235 yes but not on that pin here is that section of code the only odd thing is that if i have more than one pinmode output the board crashes and won't boot

pinMode(led, OUTPUT);
pinMode(pinButton1, INPUT);pinMode(pinButton2, INPUT);
pinMode(pinButton3, INPUT);pinMode(pinButton4, INPUT);