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ść
d6faaf8472
micropython-lib
/
micropython
/
lora
/
lora-async
/
manifest.py
4 wiersze
58 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
lora: Remove the pin parameter from IRQ callback. It's not necessary to know which pin triggered the IRQ, and it saves some code size. Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-08-08 06:46:52 +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
"
)