Crates.io | lora-e5 |
lib.rs | lora-e5 |
version | 0.1.1 |
source | src |
created_at | 2023-01-18 18:57:16.976884 |
updated_at | 2024-03-05 22:43:10.550489 |
description | Tokio-based runtime and library for the SEEED LoRa-E5 module |
homepage | |
repository | https://github.com/novalabsxyz/lora-e5 |
max_upload_size | |
id | 761952 |
size | 33,680 |
A Rust library for using the LoRa E5 module with AT commands.
The LoRa E5 is available as a chip module, or as a ready-to-use USB device.
This library has only been tested on the LoRa E5 Dev board.
To run tests, plug in the board over USB, and run a single-threaded test:
cargo test -- --nocapture --test-threads 1