General area when it fits no where else

Moderator: Mmiscool

User avatar
By RichardS
#51502 Yeah... what he said..... :--)

RichardS
User avatar
By Ecoli-557
#51590 RichardS-
Sooooo, I can pickup additional GPIO pins by using
pinMode(8, FUNCTION3) giving me GPIO8?
pinMode(11, FUNCTION3) giving me GPIO11?
pinMode(7, FUNCTION3) giving me GPIO7?
pinMode(6, FUNCTION3) giving me GPIO6?

I don't see this in the language summary but it is listed in the link you provided as the esp8266 wiki. Is this command available in the espbasic?? That would be great to be able to assign functions per pin.

Regards.
User avatar
By RichardS
#51742 Yes this is how its done, or simply

pinMode(13, INPUT); for example..... is GPIO13

RichardS