.sleb128
sleb128 stands for “signed little endian base 128.” This is a
compact, variable length representation of numbers used by the DWARF
symbolic debugging format. See
.uleb128
.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.