Search found 2 matches

by settler
Sat Feb 06, 2021 1:05 pm
Forum: General discussion
Topic: Pin input and Pull-up
Replies: 4
Views: 8884

Re: Pin input and Pull-up

Ohh, waw, looks i am really blind :?

Thanks for this, now it works 8-)
by settler
Sat Feb 06, 2021 11:37 am
Forum: General discussion
Topic: Pin input and Pull-up
Replies: 4
Views: 8884

Pin input and Pull-up

Hello to all,

so I am trying to figure out why this is not working, but I am running out of ideas.
I have a few pins that must be set as input and must have pull up on them.
Here is how I did it, but it doesnt work:

for (i = 0; i < inc; i++) {
pinMode(inpin , INPUT);
digitalWrite(inpin , INPUT ...

Go to advanced search