Where can I find the sources for ESP8266 machine module?
Posted: Mon Jul 09, 2018 7:25 pm
I'm a newbie climbing up from following tutorials toward looking at micropython source code to get more insights. I'm having trouble navigating the github sources to find things like machine.py or the equivalent. I'm guessing part of my problem is not understanding how the C source get converted in to Python libraries. Where can I look to get a better understanding of this?
At the more specific level, I'm looking for sources for the machine Module. I've been looking at https://docs.micropython.org/en/latest/ ... ckref.html but that only takes me so far. I want to see the whole library and especially things like the Enumerations.
At the more specific level, I'm looking for sources for the machine Module. I've been looking at https://docs.micropython.org/en/latest/ ... ckref.html but that only takes me so far. I want to see the whole library and especially things like the Enumerations.