Liking cljdoc? Tell your friends :D

mavlink.checksum


array-of-bytes-typeclj

source

compute-checksumclj

(compute-checksum input)
(compute-checksum the-bytes crc-seed)
(compute-checksum the-bytes start-idx last-idx crc-seed)

Compute the checksum of a string and return it or of of a array with an optional magic byte, or part of a byte array and an optional magic byte, and then return checksum.

Compute the checksum of a string and return it or of
of a array with an optional magic byte, or part of a byte
array and an optional magic byte, and then return checksum.
sourceraw docstring

update-crcclj

(update-crc crc next-byte)

Add the next byte to the CRC abd return the result.

Add the next byte to the CRC abd return the result.
sourceraw docstring

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

× close