Skip to content

Commit

Permalink
Fix doc: ToF examples has been removed, replace with existing example. (
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jul 6, 2023
1 parent 842014f commit 9b9164a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b9164a

Please sign in to comment.