clj-gpio

A lightweight Clojure library for Raspberry PI GPIO

Leiningen/Boot

[clj-gpio "0.1.1-SNAPSHOT"]

Clojure CLI/deps.edn

clj-gpio/clj-gpio {:mvn/version "0.1.1-SNAPSHOT"}

Gradle

implementation("clj-gpio:clj-gpio:0.1.1-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-gpio</groupId>
  <artifactId>clj-gpio</artifactId>
  <version>0.1.1-SNAPSHOT</version>
</dependency>