circuitpython/shared-bindings/_pew/PewPew.h
2024-05-19 20:40:44 -04:00

10 lines
237 B
C

// This file is part of the CircuitPython project: https://circuitpython.org
//
// SPDX-FileCopyrightText: Copyright (c) 2019 Radomir Dopieralski
//
// SPDX-License-Identifier: MIT
#pragma once
extern const mp_obj_type_t pewpew_type;