-->
Page 2 of 3

Re: Learning how GPIO pin assign? [NEWBIE]

PostPosted: Thu Jun 23, 2016 12:38 am
by Dika
No isn't.
The code is purely for esp8266. Still not clear yet. What and where pin 7 actually?. Is that pin numbering or pin naming (like GPIO7)?
Thanks for the reply

Re: Learning how GPIO pin assign? [NEWBIE]

PostPosted: Thu Jun 23, 2016 8:29 am
by martinayotte
The GPIO7 is not available on any modules, it is used by the Flash SD_DATA0.
wiki/doku.php?id=esp8266_gpio_pin_allocations

Re: Learning how GPIO pin assign? [NEWBIE]

PostPosted: Tue Jun 28, 2016 2:58 am
by Dika
Thanks for the reply germanruiz. that help me alot!
So i can assign different pin, whatever I want?
Eg : LAMP1=5 ?
So LAMP1 assigned to gpio pin 5?
Thankyou

Re: Learning how GPIO pin assign? [NEWBIE]

PostPosted: Tue Jun 28, 2016 3:03 am
by Dika
Thanks for the reply martinayotte.
So should i change another gpio pin number instead number 7?, or can i use it anyway?
Thank you