Where can I find the LoRa class source-code?



  • It seems like a simple question, and maybe it is and I am just not looking well enough. But where can I find the code of the lora class that is imported with:

    from network import LoRa
    

    Based on this page I expected it to be in the pycom github account but I couln't find it there (or am I overlooking it?).

    But then based on the fact that the network module is part of micropython maybe it should be somewhere there, but they don't mention anything with LoRa in their documentation..



  • @humhrey Starting from the top Pycom-sigfox directory:
    .../esp32/mods/modlora.c as entry point for the python API

    Supporting code:
    .../lib/lora/....
    .../drivers/sx27x/...
    .../esp32/lora/....



Pycom on Twitter