Liking cljdoc? Tell your friends :D

irmagician.core


*ir-port*clj


BANK-COUNTclj


BANK-LENGTHclj


CRLFclj


ir-bank-memory-seqclj

(ir-bank-memory-seq)

ir-callclj

(ir-call op & args)

ir-call-post-processcljmultimethod


ir-captureclj

(ir-capture)

Capture Data.

Capture Data.
raw docstring

ir-capture-loopclj

(ir-capture-loop dir filename-coll)
(ir-capture-loop dir filename-coll wait-time)

Loop capture and save file

Loop capture and save file
raw docstring

ir-clear-resultclj

(ir-clear-result)

ir-close!clj

(ir-close!)
(ir-close! async-port)

Close Ir port.

Close Ir port.
raw docstring

ir-data-lengthclj

(ir-data-length)

ir-dump-in-bankclj

(ir-dump-in-bank offset)

ir-loadclj

(ir-load dir-or-file-path)

ir-openclj

(ir-open m)
(ir-open k v & opts)

Open Ir port. keys :host, :port and :path are supported.

Open Ir port. keys :host, :port and :path are supported.
raw docstring

ir-open?clj

(ir-open?)

ir-playclj

(ir-play)
(ir-play data)

Send the Ir code. It is useful with the followin form. (with-ir-port (ir-open :path "/dev/ttyACM0" (ir-play)))

Send the Ir code. It is useful with the followin form. 
(with-ir-port (ir-open :path "/dev/ttyACM0" (ir-play)))
raw docstring

ir-portclj

(ir-port)

ir-postscaleclj

(ir-postscale)

ir-resetclj

(ir-reset param)

Rest IrMagician.

Rest IrMagician.
raw docstring

ir-restorecljmultimethod

Restore to memory from give file or clojure map.

Restore to memory from give file or clojure map.
raw docstring

ir-saveclj

(ir-save)
(ir-save fname)

Save memory data to file if file path is given as JSON format.

Save memory data to file if file path is given as JSON format.
raw docstring

ir-set-bankclj

(ir-set-bank bank)

ir-set-data-in-bankclj

(ir-set-data-in-bank offset data)

ir-set-postscaleclj

(ir-set-postscale data)

ir-set-record-pointerclj

(ir-set-record-pointer data)

ir-target-deviceclj

(ir-target-device)

ir-temperatureclj

(ir-temperature)

ir-versionclj

(ir-version)

ir-waitclj

(ir-wait success-cond-pattern fail-cond-pattern return-value-cond-pattern)

long<-bytesclj

(long<-bytes byte-data & [base])

set-default-ir-port!clj

(set-default-ir-port! port)

text<-bytesclj

(text<-bytes byte-data)

with-ir-portcljmacro

(with-ir-port port & body)

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

× close