This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython-lib
kopia lustrzana
https://github.com/micropython/micropython-lib
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython-lib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
35bb7952ba
micropython-lib
/
micropython
/
lora
/
lora-sx126x
/
manifest.py
4 wiersze
58 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
lora: Add STM32WL55 subghz LoRa modem class. Support depends on hardware support in MicroPython. Also includes some tweaks in the SX126x base class, to deal with slightly different platform configuration on STM32WL55, longer timeouts, tx_ant options, etc. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
2022-11-10 01:55:49 +00:00
metadata
(
version
=
"
0.1.1
"
)
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>
2022-06-28 23:50:15 +00:00
require
(
"
lora
"
)
package
(
"
lora
"
)