Skip to content

Commit

Permalink
Change name to arduzig
Browse files Browse the repository at this point in the history
Turns out zigduino is the name of an Arduino shield already and that
would get very confusing. From what I can tell no one has ever named
anything arduzig so we should be good :)
  • Loading branch information
evantypanski committed Feb 10, 2023
1 parent ccf2e3c commit 7e22531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zigduino
# Arduzig

An attempt to get Arduino's simple [standard library](https://www.arduino.cc/reference/en/) in Zig. This will make it easier for first time users to make Arduino projects with Zig.

Expand Down
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn build(b: *std.build.Builder) !void {

var exe = microzig.addEmbeddedExecutable(
b,
"zigduino",
"arduzig",
"src/main.zig",
backing,
.{
Expand Down

0 comments on commit 7e22531

Please sign in to comment.