clj-raspberry-gpio

Simple Clojure library for using Raspberry Pi GPIO.

Leiningen/Boot

[clj-raspberry-gpio "0.1.0"]

Clojure CLI/deps.edn

clj-raspberry-gpio/clj-raspberry-gpio {:mvn/version "0.1.0"}

Gradle

implementation("clj-raspberry-gpio:clj-raspberry-gpio:0.1.0")

Maven

<dependency>
  <groupId>clj-raspberry-gpio</groupId>
  <artifactId>clj-raspberry-gpio</artifactId>
  <version>0.1.0</version>
</dependency>