With a map that looks something like so: ``` edn { :pin 1234 :direction :out :state :high } ``` or like so: ``` edn { :pin 1234 :direction :in :edge :rising } ``` Return a GPIOPin in the state described by the data.
With a map that looks something like so:
{ :pin 1234 :direction :out :state :high }or like so:
{ :pin 1234 :direction :in :edge :rising }Return a GPIOPin in the state described by the data.