Liking cljdoc? Tell your friends :D

linux-gpio.clj

Handle GPIO lines in a fast and portable way from Clojure.

Based on linux-gpio.java. Go there for rationale and background. In short, this API controls GPIO device from user space by using the "new" Linux API which is convenient, standard, and offers a few advantages over other methods (eg. automatic clean-up of resources when lines are released).

License

Copyright © 2018 Adam Helinski

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close