From 0529e963f262b4e979d68d83d7391e8a3e837d38 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 13 Jan 2025 14:05:50 +0100 Subject: [PATCH] fixup! Run through `git absorb` Co-authored-by: ROMemories <152802150+ROMemories@users.noreply.github.com> --- tests/coap-blinky/Cargo.toml | 1 - tests/coap-blinky/README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/coap-blinky/Cargo.toml b/tests/coap-blinky/Cargo.toml index d4534ebdd..aa8a9a422 100644 --- a/tests/coap-blinky/Cargo.toml +++ b/tests/coap-blinky/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "coap-blinky" version = "0.1.0" -authors = ["Christian Amsüss "] license.workspace = true edition.workspace = true publish = false diff --git a/tests/coap-blinky/README.md b/tests/coap-blinky/README.md index 174cc2d84..b073f4dc9 100644 --- a/tests/coap-blinky/README.md +++ b/tests/coap-blinky/README.md @@ -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.