From fbc81b6880f63370f146242cc9616745eb074e54 Mon Sep 17 00:00:00 2001 From: dojyorin Date: Tue, 21 Jul 2020 03:49:34 +0900 Subject: [PATCH] fix description. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61f85d1..1682530 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Binary based simple Base64 Codec for Arduino. # API ## `void BASE64::encode(const uint8_t* input, char* output, size_t length)` **Arguments** -- `input`: Receives raw data as a binary array. +- `input`: Receives raw binary data as a byte array. - `output`: Base64 encoded string. - `length`: Number of bytes of input data. @@ -40,5 +40,6 @@ Binary based simple Base64 Codec for Arduino. **Return** - Number of bytes after Base64 decoding. + # Disclaimer According to MIT License. \ No newline at end of file