From 1c0c0575032d52154f58b3e6f86cdc395f5b868f Mon Sep 17 00:00:00 2001 From: Elara Date: Tue, 12 Dec 2023 06:16:51 +0000 Subject: [PATCH 1/2] Add zig-gpio --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c13b38..b24e634 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,8 @@ First post at [here](https://ziggit.dev/t/is-there-a-list-of-projects-that-has-b - [mqttiotstuff/iotmonitor](https://github.com/mqttiotstuff/iotmonitor) : PainLess, Monitor and State server for iot mqtt devices, and software agents. This daemon permit to maintain the execution of constellations of mqtt devices and associated agents. +- [Elara6331/zig-gpio](https://github.com/Elara6331/zig-gpio): A Zig library for controlling GPIO lines on Linux systems. + ## General Operating System - [ZystemOS/Pluto](https://github.com/ZystemOS/pluto) : An x86 kernel written in Zig. From e2049f87643235344d7d08dde344cb795d4e0fd1 Mon Sep 17 00:00:00 2001 From: Jiacai Liu Date: Tue, 12 Dec 2023 15:22:14 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b24e634..38c6aa3 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ First post at [here](https://ziggit.dev/t/is-there-a-list-of-projects-that-has-b - [mqttiotstuff/iotmonitor](https://github.com/mqttiotstuff/iotmonitor) : PainLess, Monitor and State server for iot mqtt devices, and software agents. This daemon permit to maintain the execution of constellations of mqtt devices and associated agents. -- [Elara6331/zig-gpio](https://github.com/Elara6331/zig-gpio): A Zig library for controlling GPIO lines on Linux systems. +- [Elara6331/zig-gpio](https://github.com/Elara6331/zig-gpio): A Zig library for controlling GPIO lines on Linux systems. ## General Operating System