Skip to content

Commit

Permalink
Add product/device links to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
DeflateAwning committed Mar 5, 2024
1 parent 639c048 commit e831db7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

[![CI](https://github.com/novalabsxyz/lora-e5/actions/workflows/rust.yml/badge.svg)](https://github.com/novalabsxyz/lora-e5/actions/workflows/rust.yml)

Rust library for using the LoRa E5 with AT commands.
A Rust library for using the [LoRa E5](https://www.seeedstudio.com/LoRa-E5-Wireless-Module-p-4745.html) module with AT commands.

The LoRa E5 is available as a [chip module](https://www.seeedstudio.com/LoRa-E5-Wireless-Module-p-4745.html), or as a [ready-to-use USB device](https://www.seeedstudio.com/LoRa-E5-mini-STM32WLE5JC-p-4869.html).

## Hardware & Tests

This library has only been tested on the LoRa E5 Dev board.
This library has only been tested on the [LoRa E5 Dev board](https://www.seeedstudio.com/LoRa-E5-Dev-Kit-p-4868.html).

To run tests, plug the board over USB and run a single-threaded test:
To run tests, plug in the board over USB, and run a single-threaded test:

```shell
cargo test -- --nocapture --test-threads 1
Expand Down

0 comments on commit e831db7

Please sign in to comment.