An open API service indexing awesome lists of open source software.

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.

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.