Skip to content
/ duino Public

Playing with arduino in C++ (and maybe Rust?), platform.io and also Nix.

Notifications You must be signed in to change notification settings

mtrsk/duino

Repository files navigation

Duino

built with nix

Project Directory Status
Tasks tasks Build Project (Tasks)

Playing with arduino in C++ (and maybe Rust), platform.io and Nix. Also wanting to explore some embedded systems stuff, leveraging what I know about Nix.

Developing

nix develop --impure

as of now, there's only a single tasks project. But I plan to add more, increasing complexity and scope.

Building & Uploading

Run cd into the directory you want and use the justfile:

just build
just release
just upload

Testing

There are also unit tests into each project:

just test

Debugging

just monitor

Notes

For NixOS only, make sure your user is in the dialout group.

About

Playing with arduino in C++ (and maybe Rust?), platform.io and also Nix.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published