Moderator: Mmiscool
RichardS
https://epartsconnect.com
Live realtime stock market prediction website. https://www.stocksignalslive.com my latest creation. Uses AI and machine learning.
New site featuring ESP8266 and ESP32 projects. tutorials, and news.
http://EverythingESP.com
ESP8266.com Founder and Administrator
The Mind Factory (get more from your 3D printer)
Home of the ESP8266, ESP8285, and ESP32 microcontrollers....
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.
- Albert Einstein
pinMode(13, INPUT); for example..... is GPIO13
RichardS
https://epartsconnect.com
Live realtime stock market prediction website. https://www.stocksignalslive.com my latest creation. Uses AI and machine learning.
New site featuring ESP8266 and ESP32 projects. tutorials, and news.
http://EverythingESP.com
ESP8266.com Founder and Administrator
The Mind Factory (get more from your 3D printer)
Home of the ESP8266, ESP8285, and ESP32 microcontrollers....