clj-raspberry-gpio

Simple Clojure library for using Raspberry Pi GPIO.

Leiningen/Boot

[clj-raspberry-gpio "0.1.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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