circuitpython/shared-module/usb/utf16le.h
2024-05-19 20:40:44 -04:00

11 lines
304 B
C

// This file is part of the CircuitPython project: https://circuitpython.org
//
// SPDX-FileCopyrightText: Copyright (c) 2022 Scott Shawcroft for Adafruit Industries
//
// SPDX-License-Identifier: MIT
#pragma once
#include "py/obj.h"
mp_obj_t utf16le_to_string(const uint16_t *buf, size_t utf16_len);