diff --git a/README.md b/README.md index 2374a044..93687d7c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This Arduino library implements the [Cyphal](https://opencyphal.org/) protocol ( This library works for * [arduino-pico](https://github.com/earlephilhower/arduino-pico): [`Raspberry Pi Pico`](https://www.raspberrypi.org/products/raspberry-pi-pico), `Adafruit Feather RP2040`, ... :heavy_check_mark: ```bash -arduino-cli compile -b rp2040:rp2040:rpipico -v examples/OpenCyphal-ToF-Distance-Sensor-Node -u -p /dev/ttyACM0 +arduino-cli compile -b rp2040:rp2040:rpipico -v examples/OpenCyphal-Heartbeat-Publisher -u -p /dev/ttyACM0 ``` * **Host** (x86/x64/...): Using the CMake build system this library can be cross-compiled to a static C++ library and linked against any C++ executable. This is possible because the code itself is pure C/C++ without and dependencies to the Arduino framework. ```bash