atecc508a v0.1.0 ATECC508A.Util

Various utility functions

Link to this section Summary

Functions

Pad the given binary out to the specified length

Trim trailing zeros from a binary

Link to this section Functions

Link to this function pad_zeros(bin, len)
pad_zeros(binary(), pos_integer()) :: binary()

Pad the given binary out to the specified length.

Link to this function trim_zeros(bin)
trim_zeros(binary()) :: binary()

Trim trailing zeros from a binary.