clj-raspberry-gpio

Simple Clojure library for using Raspberry Pi GPIO.

Leiningen/Boot

[clj-raspberry-gpio "0.1.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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