cl-spidev
A library for the Linux SPIDEV kernel module as used on hobby kits such as the Raspberry Pi
$ area51 add cl-spidevCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-spidev:some-function ...)