As the title says... Chat on...

User avatar
By Geneous
#84014
Geneous wrote:modeMPU module


marcelstoer wrote:What is that? Never heard of it.


My experience ranges from 1980s mainframes to this micro stuff. I mixed up Micro Control Unit with Micro Processing Unit. Sorry.
User avatar
By marcelstoer
#84024
Geneous wrote:I also missed how the .lua script used pin "4" to refer to GPIO02 when the 8266 doc calls it pin 14???


See the pin number translation e.g. here: https://nodemcu.readthedocs.io/en/latest/modules/gpio/
User avatar
By Geneous
#84026
marcelstoer wrote:
Geneous wrote:I also missed how the .lua script used pin "4" to refer to GPIO02 when the 8266 doc calls it pin 14???


See the pin number translation e.g. here: https://nodemcu.readthedocs.io/en/latest/modules/gpio/


Thank you very much. There's additional info there that, I can tell, will help me soon.