awulff-pico-playground/pico-daq/base64.h

4 wiersze
105 B
C++

#include <string>
std::string base64_encode(unsigned char const* bytes_to_encode, unsigned int in_len);