Skip to content

Commit

Permalink
fixup! Run through git absorb
Browse files Browse the repository at this point in the history
Co-authored-by: ROMemories <[email protected]>
  • Loading branch information
chrysn and ROMemories authored Jan 13, 2025
1 parent 05854c1 commit 0529e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/coap-blinky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "coap-blinky"
version = "0.1.0"
authors = ["Christian Amsüss <[email protected]>"]
license.workspace = true
edition.workspace = true
publish = false
Expand Down
4 changes: 2 additions & 2 deletions tests/coap-blinky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ This application makes the GPIO pin from the blinky example accessible over the
* Run on any board with networking, eg. `laze build -b particle-xenon run`.
* [Set up networking](../README.md).
* Run `pipx run --spec 'aiocoap[all]' aiocoap-client coap://10.42.0.61/led -m PUT --content-format application/cbor --payload true`
or `false.
or `false`.

## Roadmap

Right now, this demonstrates how easily code written for RIOT OS can be shared with Ariel OS.

On the long run, exposed LEDs should be distinguished from GPIO pins,
In the long run, exposed LEDs should be distinguished from GPIO pins,
exposed GPIO pins should be configurable in their direction,
and a good default policy for this application needs to be found.

0 comments on commit 0529e96

Please sign in to comment.