https://github.com/jakobj/arduino-playground-rs
Playing around with Rust on the arduino.
https://github.com/jakobj/arduino-playground-rs
arduino rust
Last synced: 2 months ago
JSON representation
Playing around with Rust on the arduino.
- Host: GitHub
- URL: https://github.com/jakobj/arduino-playground-rs
- Owner: jakobj
- License: mit
- Created: 2023-10-18T18:05:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T00:17:05.000Z (over 1 year ago)
- Last Synced: 2025-12-27T00:48:14.585Z (6 months ago)
- Topics: arduino, rust
- Language: Makefile
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arduino-playground-rs
Playing around with Rust ~~(and C)~~ on the Arduino.
This repository contains a minimal example for calling functions in Rust ~~(and C)~~ libraries from a standard Arduino sketch.
## Usage
1. Make sure you have the [Arduino CLI](https://arduino.github.io/arduino-cli/) installed, your board is plugged in and recognized (`arduino-cli board list`).
2. Adapt the variables in `Makefile` to your needs.
3. Run `make`.
4. ~~Profit.~~ Run `cat /dev/ttyACM0` (you may need to adapt the port).
5. Profit.