Skip to content

evantypanski/arduzig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36990ba · Feb 27, 2023

History

30 Commits
Feb 13, 2023
Feb 27, 2023
Jan 30, 2023
Feb 10, 2023
Feb 10, 2023
Feb 10, 2023

Repository files navigation

Arduzig

An attempt to get Arduino's simple standard library in Zig. This will make it easier for first time users to make Arduino projects with Zig.

At the time of writing it's all done for Arduino Uno. Ideally, all of that would be abstracted out with the abstraction layer in microzig.

Building

zig build

Uploading to an Arduino Uno

zig build upload -Dport=/dev/ttyACM0

You may need to be root or change permissions to access the device. Note that /dev/ttyACM0 is the default.

About

Arduino like library in Zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages