13 lines
512 B
INI
13 lines
512 B
INI
name=Base32-Decode
|
|
version=1.0.1
|
|
author=Dirk-Willem van Gulik et.al.
|
|
license=ASLv2, Unlicense, Public-Domain
|
|
maintainer=Dirk-Willem van Gulik <dirkx@webweaving.org>
|
|
sentence=Base32 decoder; able to handle both binary and string encoded data.
|
|
paragraph=RFC4648 Base32 decoder; handles both binary and string encoded data. With a char/unsigned-char interface as well as a String interface.
|
|
category=Communication
|
|
url=https://github.com/dirkx/Arduino-Base32-Decode
|
|
architectures=*
|
|
depends=
|
|
includes=Base32-Decode.h
|