Skip to content

Commit

Permalink
Tweaks docs to point at Arribada
Browse files Browse the repository at this point in the history
Change-type: minor
Signed-off-by: Alex Bucknall <[email protected]>
  • Loading branch information
Bucknalla committed Jan 17, 2024
1 parent 088765b commit c0bf2a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Notecard C Zephyr Module

This repo is a [Zephyr](https://zephyrproject.org/) module required for pulling and building the [note-c](https://github.com/blues/note-c) library to control the [blues.io](https://blues.io) Notecard. Currently the submodule for `note-c` is pinned to the `master` branch.
This repo is a [Zephyr](https://zephyrproject.org/) module required for pulling and building the [note-c](https://github.com/blues/note-c) library to control the [blues.io](https://blues.io) Notecard. Currently the submodule for `note-c` tracks the `master` branch.

## Usage

Expand All @@ -17,7 +17,7 @@ To use this module, add the following to your Zephyr project's `west.yml` manife
path: modules/notecard
revision: main
submodules: true
url: https://github.com/blues/note-zephyr
url: https://github.com/arribada/notecard-lib-zephyr
```
Then, run `west update` to pull the module into your project.
Expand All @@ -40,7 +40,7 @@ You should ensure the host device you are targetting has this alias defined in i

### Example

Included in this repo is a simple example for using the west module to send a note using the Notecard. See the [example](example/README.md) for more details.
Included in this repo is a simple example for using the `west` module to send a note using the Notecard. See the [example](example/README.md) for more details.

## License

Expand Down

0 comments on commit c0bf2a2

Please sign in to comment.