micropython-lib/micropython
Angus Gratton 1957f24020 lora: Add lora modem drivers for SX127x and SX126x.
Includes:
- component oriented driver, to only install the parts that are needed
- synchronous operation
- async wrapper class for asynchronous operation
- two examples with async & synchronous versions
- documentation

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-07-20 23:07:22 +10:00
..
aioespnow aioespnow: Add library providing asyncio support for espnow module. 2023-05-04 14:21:32 +10:00
aiorepl
bluetooth aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00
bundles
drivers
espflash
lora lora: Add lora modem drivers for SX127x and SX126x. 2023-07-20 23:07:22 +10:00
mip
mip-cmdline
net
senml
uaiohttpclient
ucontextlib
udnspkt
umqtt.robust
umqtt.simple
upysh
urllib.urequest
utarfile utarfile: Support creating/appending tar files. 2023-05-22 15:02:05 +10:00
utarfile-write utarfile: Support creating/appending tar files. 2023-05-22 15:02:05 +10:00
xmltok
README.md

README.md

MicroPython-specific packages

These are packages that have been written specifically for use on MicroPython.

Packages in this directory should not have the same name as modules from the Python Standard Library.

Future plans

  • More organised directory structure based on purpose (e.g. drivers, network, etc).