Skip to content

Commit

Permalink
fix description.
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Jul 20, 2020
1 parent 0145db9 commit fbc81b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -40,5 +40,6 @@ Binary based simple Base64 Codec for Arduino.
**Return**
- Number of bytes after Base64 decoding.


# Disclaimer
According to MIT License.

0 comments on commit fbc81b6

Please sign in to comment.