About input & output mode
Posted: Thu Sep 28, 2017 8:58 am
Hi !
I want to know if we want to use any pin as input or output then we have to change their mode as you see in arduino.
pinMode(led,OUTPUT);
pinMode(sw,INPUT);
but when we using basic with esp8266 then what we have to do ?
is esp8266 automatically change their pin behavior according to function ?
Thanks
Roshan
I want to know if we want to use any pin as input or output then we have to change their mode as you see in arduino.
pinMode(led,OUTPUT);
pinMode(sw,INPUT);
but when we using basic with esp8266 then what we have to do ?
is esp8266 automatically change their pin behavior according to function ?
Thanks
Roshan